[PATCH] D70513: [VectorUtils] API for VFShape, update VFInfo.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 20:25:33 PST 2019
fpetrogalli updated this revision to Diff 230369.
fpetrogalli added a comment.
In this last update I have:
1. Removed an assertion in `updateParameter` that was checking a condition for `VFParamKind::GlobalPredicate` already checked in `hasValidParameterList`.
2. Renamed a method in the test for better readability of the code (from `isValidParameterList` to `validParams`).
Thanks,
Francesco
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70513/new/
https://reviews.llvm.org/D70513
Files:
llvm/include/llvm/Analysis/VectorUtils.h
llvm/lib/Analysis/VFABIDemangling.cpp
llvm/lib/Analysis/VectorUtils.cpp
llvm/unittests/Analysis/VectorFunctionABITest.cpp
llvm/unittests/Analysis/VectorUtilsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70513.230369.patch
Type: text/x-patch
Size: 15858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/2c940e0f/attachment.bin>
More information about the llvm-commits
mailing list