[PATCH] D109313: [SelectionDAG] PromoteIntRes_EXTRACT_SUBVECTOR for scalable vectors.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 00:52:26 PDT 2021


sdesmalen updated this revision to Diff 371270.
sdesmalen added a comment.

Use alignDown instead of (IdxVal / NElts) * NElts.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109313

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/test/CodeGen/AArch64/sve-extract-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109313.371270.patch
Type: text/x-patch
Size: 9197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210908/56d5b1be/attachment.bin>


More information about the llvm-commits mailing list