[llvm-commits] [PATCH] Alignment assumptions using invariants
hfinkel at anl.gov
hfinkel at anl.gov
Wed Dec 5 16:20:51 PST 2012
Recognize invariants which specify alignment restrictions on pointers, and use this to strengthen alignment requirements where possible.
http://llvm-reviews.chandlerc.com/D181
Files:
include/llvm-c/Transforms/Scalar.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Scalar/AlignmentInvProp.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/Scalar.cpp
test/Transforms/AlignmentInvProp/lit.local.cfg
test/Transforms/AlignmentInvProp/simple.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D181.1.patch
Type: text/x-patch
Size: 27066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121205/a6f69dac/attachment.bin>
More information about the llvm-commits
mailing list