[PATCH] D80537: [CodeGen] Fix SimplifyDemandedBits for scalable vectors

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 05:26:57 PDT 2020


david-arm updated this revision to Diff 270104.
david-arm added a comment.

- Added some unit tests for NEON and SVE that demonstrate the different behaviour.
- Added checks for no warnings in some tests due to this patch removing the last warnings in those files.


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

https://reviews.llvm.org/D80537

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AArch64/sve-int-arith.ll
  llvm/test/CodeGen/AArch64/sve-int-imm.ll
  llvm/test/CodeGen/AArch64/sve-int-log-imm.ll
  llvm/test/CodeGen/AArch64/sve-int-log.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
  llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80537.270104.patch
Type: text/x-patch
Size: 9490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/a94f943c/attachment.bin>


More information about the llvm-commits mailing list