[Alignment][NFC] Instructions::getLoadStoreAlignment
commit0d7b5f3451b5f9b9db5cff707f08d5c456780371
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 14:49:28 +0000 (21 14:49 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 14:49:28 +0000 (21 14:49 +0000)
tree89b522b9e41224db7c49b365a0d3bae653912442
parent04df083995374a2192455f52b0c433446af9532e
[Alignment][NFC] Instructions::getLoadStoreAlignment

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

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69256

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375416 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Instructions.h
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp