[PATCH] D109584: [VP] Implementing expansion pass for VP load and store.

Lorenzo Albano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 08:05:00 PDT 2022


loralb updated this revision to Diff 418582.
loralb added a comment.
Herald added a subscriber: StephenFan.

Changelog:

- Improve `isAllTrueMask()` (for scalable vectors only)
- Add and update tests

I did not manage to find any ready to use function in place of `isAllTrueMask()`, so I added this PatternMatch approach found in other places of the codebase. Maybe we can unify its behaviour in a later patch?


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

https://reviews.llvm.org/D109584

Files:
  llvm/lib/CodeGen/ExpandVectorPredication.cpp
  llvm/test/CodeGen/Generic/expand-vp-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109584.418582.patch
Type: text/x-patch
Size: 18946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/b4afa96e/attachment.bin>


More information about the llvm-commits mailing list