llvm/lib/Transforms
Craig Topper 4f4553914f [SimplifyCFG] Fix the determination of PostBB in conditional store merging to handle the targets on the second branch being commuted
Currently we choose PostBB as the single successor of QFB, but its possible that QTB's single successor is QFB which would make QFB the correct choice.

Differential Revision: https://reviews.llvm.org/D32323

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300992 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-21 15:53:42 +00:00
..
Coroutines
Hello
InstCombine [InstCombine] prefer xor with -1 because 'not' is easier to understand (PR32706) 2017-04-21 14:03:54 +00:00
Instrumentation
IPO
ObjCARC
Scalar [ConstHoisting] Add BFI in constanthoisting pass and select the best insertion 2017-04-21 15:50:16 +00:00
Utils [SimplifyCFG] Fix the determination of PostBB in conditional store merging to handle the targets on the second branch being commuted 2017-04-21 15:53:42 +00:00
Vectorize [LV] Model if-converted phi node costs 2017-04-21 14:14:54 +00:00
CMakeLists.txt
LLVMBuild.txt