[PATCH] D70513: [VectorUtils] API for VFShape.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 20:07:15 PST 2019


fpetrogalli updated this revision to Diff 230368.
fpetrogalli added a comment.

In this patch I have achieved better unit tests granularity by moving
the `EXPECT_*` macros from the test fixture class into the actual
test, so that in case of failure the log message points at the right
line in the code (otherwise it always points at the `EXPECT_*` in the
method used to run the check in the class definition of the test
fixture).


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.230368.patch
Type: text/x-patch
Size: 16640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/0d4c2578/attachment.bin>


More information about the llvm-commits mailing list