[PATCH] D120152: [AArch64][SVE] Match VLS all-1's masks to PTRUE

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 18 13:53:03 PST 2022


cameron.mcinally updated this revision to Diff 410015.
cameron.mcinally added a comment.

Fix formatting for the Lint bots.

Notice the "sign_extend" -> "sext" change to fit in 80 columns. This no longer matches the ISD node naming scheme, so it's a little weird. I didn't see a better fix for it though.


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

https://reviews.llvm.org/D120152

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120152.410015.patch
Type: text/x-patch
Size: 5475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/1b421052/attachment.bin>


More information about the llvm-commits mailing list