[PATCH] D111221: [AArch64][SVE] Improve code generation for VLS i1 masks

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 05:39:55 PDT 2021


DavidTruby updated this revision to Diff 378986.
DavidTruby added a comment.

Added an extra condition to make the transformation sound.

In essence, we need to check that the predicate is the same
before and after the transform, modulo its size since we're
moving from a smaller to larger predicate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111221

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-loads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111221.378986.patch
Type: text/x-patch
Size: 18406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211012/3758d3f2/attachment.bin>


More information about the llvm-commits mailing list