1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms
Hal Finkel 7cca290894 BBVectorize: Check the input types of shuffles for legality
This fixes a bug where shuffles were being fused such that the
resulting input types were not legal on the target. This would
occur only when both inputs and dependencies were also foldable
operations (such as other shuffles) and there were other connected
pairs in the same block.

llvm-svn: 167731
2012-11-12 14:50:59 +00:00
..
Hello
InstCombine Add method for replacing instructions to LibCallSimplifier 2012-11-11 03:51:43 +00:00
Instrumentation [ASan] fixup for r167725: Don't fetch name of StructType if it is literal 2012-11-12 14:47:00 +00:00
IPO Revert the series of commits starting with r166578 which introduced the 2012-11-01 08:07:29 +00:00
Scalar Delete a stale comment. No functional change. 2012-11-12 00:28:15 +00:00
Utils Normalize memcmp constant folding results. 2012-11-12 14:00:45 +00:00
Vectorize BBVectorize: Check the input types of shuffles for legality 2012-11-12 14:50:59 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00