[Alignment][NFC] Use Align with CreateMaskedLoad
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 21 Jan 2020 10:21:31 +0000 (11:21 +0100)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 21 Jan 2020 13:13:22 +0000 (14:13 +0100)
commitbc8a1ab26fba5d5635467b9d0fd7ad9a0fd5bc6e
tree04e4b5f953e1d70f7593d85b2cacc7c6a2ceea2e
parent3f9b6b270f87430c28fb2ff811d3b58dbf8bfdde
[Alignment][NFC] Use Align with CreateMaskedLoad

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

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D73087
clang/lib/CodeGen/CGBuiltin.cpp
llvm/include/llvm/Analysis/VectorUtils.h
llvm/include/llvm/IR/IRBuilder.h
llvm/lib/IR/AutoUpgrade.cpp
llvm/lib/IR/IRBuilder.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp