Hal Finkel 76ce614af7 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219875 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-15 23:44:22 +00:00
..
2014-06-27 18:19:56 +00:00
2014-06-27 18:19:56 +00:00
2014-09-10 16:58:40 +00:00
2014-06-12 16:06:51 +00:00
2014-08-21 21:09:24 +00:00