[Alignment][NFC] Make VectorUtils uas llvm::Align
commit714208cb380fe21836560481186a41674929a43d
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 10 Oct 2019 12:35:04 +0000 (10 12:35 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 10 Oct 2019 12:35:04 +0000 (10 12:35 +0000)
tree05689382526be95f43153d679078e1f159a0eb0c
parentc03d885a1a141c5b5f660de97fbe3fb4f7d3abb7
[Alignment][NFC] Make VectorUtils uas llvm::Align

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

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374330 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/VectorUtils.h
lib/Analysis/VectorUtils.cpp
lib/Transforms/Vectorize/VPlan.cpp