[PATCH] D80640: [CodeGen][SVE] Calculate correct type legalization for scalable vectors.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 02:40:26 PDT 2020


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

- Use public interfaces in tests (getTypeAction and getTypeToTransformTo)
- Changed llvm_unreachable -> report_fatal_error
- Added `operator==(unsigned RHS)` to ElementCount in favour of `isOne()`


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

https://reviews.llvm.org/D80640

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/Support/TypeSize.h
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80640.266782.patch
Type: text/x-patch
Size: 9656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/0c3d6461/attachment.bin>


More information about the llvm-commits mailing list