llvm-6502/lib/Transforms
Rafael Espindola db0a73f31b Simplify a vpermil* with constant mask.
With a constant mask a vpermil* is just a shufflevector. This patch implements
that simplification. This allows us to produce denser code. It should also
allow more folding down the line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206801 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-21 22:06:04 +00:00
..
Hello [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-05 09:10:37 +00:00
InstCombine Simplify a vpermil* with constant mask. 2014-04-21 22:06:04 +00:00
Instrumentation Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler. 2014-04-21 20:41:55 +00:00
IPO Use unique_ptr to handle GlobalOpt's Evaluator members 2014-04-21 20:49:36 +00:00
ObjCARC Fix use_iterator crash in ObjCArc from r203364 2014-03-18 22:32:43 +00:00
Scalar Fix PR7272 in -tailcallelim instead of the inliner 2014-04-21 20:48:47 +00:00
Utils Fix PR7272 in -tailcallelim instead of the inliner 2014-04-21 20:48:47 +00:00
Vectorize D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata 2014-04-15 09:37:30 +00:00
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Makefile Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00