]> granicus.if.org Git - llvm/commit
[Alignment][NFC] Instructions::getLoadStoreAlignment
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 14:49:28 +0000 (14:49 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 14:49:28 +0000 (14:49 +0000)
commit9694ebf5f74421ebab8c9dc85affb1a470d589ec
tree89b522b9e41224db7c49b365a0d3bae653912442
parent8c479efe736fe2731ba5f9c76c0d6ef72758fbad
[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