[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
commit34ace4c17af9405368e8a025830165d1052e2fda
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 13:17:21 +0000 (3 13:17 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 3 Oct 2019 13:17:21 +0000 (3 13:17 +0000)
treed9e33de8cdf4c40a460941919ece97fd31acc04d
parentf57ee998e4a45e8e231c7a3d55fc8eb227d4b5f8
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)

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, bollu, jdoerfert

Subscribers: hiraditya, asbirlea, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D68268

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373595 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/IR/IRBuilder.h
include/llvm/IR/Instructions.h
lib/CodeGen/AtomicExpandPass.cpp
lib/IR/Core.cpp
lib/IR/Instructions.cpp
lib/Transforms/IPO/Attributor.cpp
lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
lib/Transforms/Scalar/GVNHoist.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp