[Alignment][NFC] Convert LoadInst to MaybeAlign
commit8b6d26ec6649ab1d1c5c525eadfaebb3ce7fa95d
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
parent4a0e8977ca0ab9377b5b18a0673d255e79e81c4a
[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