[Alignment][NFC] Convert LoadInst to MaybeAlign
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 12:35:55 +0000 (12:35 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 22 Oct 2019 12:35:55 +0000 (12:35 +0000)
commit734c74ba14be0f4421ccd9f720e5b9309248e0f7
tree98a54292834e3de2554bf60f2a0ec7eddcc5e1f7
parentf2c8f3b181e1a0f1a45e6893d15317386bf73977
[Alignment][NFC] Convert LoadInst 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/D69302

llvm-svn: 375498
llvm/include/llvm/IR/Instructions.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
llvm/lib/Transforms/Scalar/GVN.cpp
llvm/lib/Transforms/Scalar/JumpThreading.cpp
llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp