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
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
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
LLVMBuild.txt
Makefile