[all-commits] [llvm/llvm-project] 32851f: [Alignment][NFC] Deprecate VectorUtils::getAlignment
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Mar 23 06:06:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 32851f8d635acc06c4eb431cd0bd27eb99402dbf
https://github.com/llvm/llvm-project/commit/32851f8d635acc06c4eb431cd0bd27eb99402dbf
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M llvm/include/llvm/Analysis/VectorUtils.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[Alignment][NFC] Deprecate VectorUtils::getAlignment
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/D76542
More information about the All-commits
mailing list