diff options
author | Hal Finkel <hfinkel@anl.gov> | 2014-10-15 23:44:22 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2014-10-15 23:44:22 +0000 |
commit | 6f814db8d7a842255629fa31ac8daea2e3627629 (patch) | |
tree | cec73843985c10f5c36cef9de636b269af4c09cd /lldb/scripts/Python | |
parent | 4285c1f8cc98a779d3733529ceadf3941c4b86d4 (diff) | |
download | llvm-6f814db8d7a842255629fa31ac8daea2e3627629.zip llvm-6f814db8d7a842255629fa31ac8daea2e3627629.tar.gz llvm-6f814db8d7a842255629fa31ac8daea2e3627629.tar.bz2 |
Add CreateAlignmentAssumption to IRBuilder
Clang CodeGen had a utility function for creating pointer alignment assumptions
using the @llvm.assume intrinsic. This functionality will also be needed by the
inliner (to preserve function-argument alignment attributes when inlining), so
this moves the utility function into IRBuilder where it can be used both by
Clang CodeGen and also other LLVM-level code.
llvm-svn: 219875
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions