llvm-6502/lib/Transforms
Benjamin Kramer e8aa36a4af CVP: If we have a PHI with an incoming select, try to skip the select.
This is a common pattern with dyn_cast and similar constructs, when the
PHI no longer depends on the select it can often be turned into a simpler
construct or even get hoisted out of the loop.

PR15340.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175995 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-24 15:34:43 +00:00
..
Hello
InstCombine
Instrumentation [asan] instrument invoke insns with noreturn attribute (as well as call insns) 2013-02-20 12:35:15 +00:00
IPO
ObjCARC Fixed a careless mistake. 2013-02-23 00:31:32 +00:00
Scalar CVP: If we have a PHI with an incoming select, try to skip the select. 2013-02-24 15:34:43 +00:00
Utils Implement the NoBuiltin attribute. 2013-02-22 00:12:35 +00:00
Vectorize Allow GlobalValues to vectorize with AliasAnalysis 2013-02-21 22:39:03 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile