[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
commit237f2f2909e43a776f0d5da09139a136ad3b1d55
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Sep 2019 09:37:05 +0000 (30 09:37 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Sep 2019 09:37:05 +0000 (30 09:37 +0000)
treebdea440e317bbdf2b8b5623879be5875ac4b9f0a
parentac0f4f5b2f250fec9d0a8466105fb7f0c7bdf74c
[Alignment][NFC] Remove LoadInst::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, jdoerfert

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

Tags: #clang, #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373195 91177308-0d34-0410-b5e6-96231b3b80d8
17 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/ArgumentPromotion.cpp
lib/Transforms/IPO/Attributor.cpp
lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
lib/Transforms/Scalar/GVNHoist.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Utils/VNCoercion.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp