1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Transforms
Eli Friedman dd1df015f4 Get rid of the getPointeeAlignment helper function from
InstCombineLoadStoreAlloca.cpp, which had many issues.
(At least two bugs were noted on llvm-commits, and it was overly conservative.)
Instead, use getOrEnforceKnownAlignment.

llvm-svn: 168629
2012-11-26 23:04:53 +00:00
..
Hello
InstCombine Get rid of the getPointeeAlignment helper function from 2012-11-26 23:04:53 +00:00
Instrumentation Remove stray trailing backslash 2012-11-26 16:27:22 +00:00
IPO Make the AttrListPtr object a part of the LLVMContext. 2012-11-20 05:09:20 +00:00
Scalar instcombine: Migrate printf optimizations 2012-11-26 20:37:20 +00:00
Utils Fix a comment bug in toascii simplifier 2012-11-26 20:37:23 +00:00
Vectorize Move the code that uses SCEVs prior to creating the new loops. 2012-11-26 19:51:46 +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