[PATCH] D77712: [Target][ARM] Add PerformVSELECTCombine for MVE Integer Ops

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 23:57:58 PDT 2020


Pierre-vh updated this revision to Diff 256199.
Pierre-vh added a comment.

- Removed useless comment.
- Now calls `setTargetDAGCombine(ISD::VSELECT)` everytime, but the `PerformVSELECTCombine` function will return early if MVE Integer Ops are not enabled.


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

https://reviews.llvm.org/D77712

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/Thumb2/mve-pred-or.ll
  llvm/test/CodeGen/Thumb2/mve-vcmpf.ll
  llvm/test/CodeGen/Thumb2/mve-vcmpfr.ll
  llvm/test/CodeGen/Thumb2/mve-vcmpfz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77712.256199.patch
Type: text/x-patch
Size: 29196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/4f566987/attachment-0001.bin>


More information about the llvm-commits mailing list