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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375498 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/InstCombinePHI.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LoopLoadElimination.cpp