]> granicus.if.org Git - llvm/commit
Disable GVN Hoist due to still more bugs being found in it. There is
authorChandler Carruth <chandlerc@gmail.com>
Thu, 27 Apr 2017 00:28:03 +0000 (00:28 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 27 Apr 2017 00:28:03 +0000 (00:28 +0000)
commitbde56a96995a329cf1df5716b1f84b32aac6c174
tree79121a91f109e6b5efc23d401dcf78f9af6e7828
parent9d291ed9adc63a55b343a706315971410adb7136
Disable GVN Hoist due to still more bugs being found in it. There is
also a discussion about exactly what we should do prior to re-enabling
it.

The current bug is http://llvm.org/PR32821 and the discussion about this
is in the review thread for r300200.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301505 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Passes/PassBuilder.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
test/Feature/optnone-opt.ll
test/Other/new-pm-defaults.ll
test/Transforms/GVNHoist/hoist-inline.ll