[Alignment][NFC] Introduce Align in IRBuilder
authorGuillaume Chatelet <gchatelet@google.com>
Wed, 11 Dec 2019 11:18:59 +0000 (12:18 +0100)
committerGuillaume Chatelet <gchatelet@google.com>
Wed, 11 Dec 2019 13:41:23 +0000 (14:41 +0100)
commit0a0d54b3579146bec66267a456059dae1b851889
treea0dd2c48a7016f45be46947ca94e9c0f10e7b24b
parent2f8155023ad49ca88151d954c1a6d6069b072ca3
[Alignment][NFC] Introduce Align in IRBuilder

Summary:
This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Reviewers: courbet

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D71343
llvm/include/llvm/IR/IRBuilder.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/Transforms/Scalar/SROA.cpp