[PATCH] D100370: [AArch64][SVE] Fix bug in lowering of fixed-length integer vector divides

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 07:36:30 PDT 2021


joechrisellis updated this revision to Diff 338522.
joechrisellis marked 3 inline comments as done.
joechrisellis added a comment.

Address review comments.

- @paulwalker-arm:
  - more accurate comments describing the fullness of vectors.
  - more consistent use of labels.
  - move EQ labels to the end of the prefix list in invocations of FileCheck.
  - removed unused VBYTES for `-aarch64-sve-vector-bits-min=128`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100370

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100370.338522.patch
Type: text/x-patch
Size: 161504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210419/bad8201a/attachment-0001.bin>


More information about the llvm-commits mailing list