[PATCH] D82910: [CodeGen][SVE] Don't drop scalable flag in DAGCombiner::visitEXTRACT_SUBVECTOR

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 08:37:57 PDT 2020


sdesmalen updated this revision to Diff 274824.
sdesmalen marked an inline comment as done.
sdesmalen added a comment.

- Removed uses of `getVectorNumElements` in favour of `getVectorMinNumElements`
- Removed another warning from IRTranslator, so the test can have a CHECK line for no warnings (coming from TypeSize)


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

https://reviews.llvm.org/D82910

Files:
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-extract-subvector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82910.274824.patch
Type: text/x-patch
Size: 5459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/837d0c82/attachment.bin>


More information about the llvm-commits mailing list