[PATCH] D82981: [Alignment][NFC] VectorLayout now uses Align internally
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 01:34:08 PDT 2020
gchatelet marked an inline comment as done.
gchatelet added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/Scalarizer.cpp:438
+// the alignment of the vector, or None if the ABI default should be used.
+Optional<VectorLayout>
+ScalarizerVisitor::getVectorLayout(Type *Ty, Align Alignment,
----------------
You should start the review from here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82981/new/
https://reviews.llvm.org/D82981
More information about the llvm-commits
mailing list