[PATCH] D73286: [llvm][VectorUtils] Tweak VFShape for scalable vector functions.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 11:16:33 PST 2020


fpetrogalli updated this revision to Diff 240644.
fpetrogalli marked 4 inline comments as done.
fpetrogalli added a comment.

Address code review from @andwar (thank you!).

I have added 2 tests:

1. Check that demangling of scalable names fails when the function

declaration is not present.

2. Check that `VLEN=0` is invalid for fixed-length vector names.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73286/new/

https://reviews.llvm.org/D73286

Files:
  llvm/include/llvm/Analysis/VectorUtils.h
  llvm/lib/Analysis/VFABIDemangling.cpp
  llvm/lib/Analysis/VectorUtils.cpp
  llvm/lib/Transforms/Utils/ModuleUtils.cpp
  llvm/tools/vfabi-demangle-fuzzer/vfabi-demangler-fuzzer.cpp
  llvm/unittests/Analysis/VectorFunctionABITest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73286.240644.patch
Type: text/x-patch
Size: 12724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/1b76b269/attachment.bin>


More information about the llvm-commits mailing list