[Alignment][NFC] Convert StoreInst to MaybeAlign
commit654daf53d05c86c1521894cba26ff740ccb543a1
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 12:55:32 +0000 (22 12:55 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 12:55:32 +0000 (22 12:55 +0000)
tree03af754b1ce4919778ad6fb7fd02d412daac8002
parent1518b003a9d54cd59ff7d9fc6e6b7907f389a421
[Alignment][NFC] Convert StoreInst to MaybeAlign

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, jfb, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375499 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Instructions.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IR/Instructions.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp