[Alignment][NFC] Convert StoreInst to MaybeAlign
commit31ec98d4e0ebdcc2df0759eebb9450ead50ed4af
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
parent8b6d26ec6649ab1d1c5c525eadfaebb3ce7fa95d
[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