[PATCH] D87836: [ARM] Fold select_cc(vecreduce_[u|s][min|max], x) into VMINV or VMAXV

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 03:49:00 PDT 2020


samtebbs updated this revision to Diff 293689.
samtebbs marked 2 inline comments as done.
samtebbs retitled this revision from "[ARM]Fold select_cc(vecreduce_[u|s][min|max], x) into VMINV or VMAXV" to "[ARM] Fold select_cc(vecreduce_[u|s][min|max], x) into VMINV or VMAXV".
samtebbs added a comment.

Allow inverted condition codes


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

https://reviews.llvm.org/D87836

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.h
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/mve-vmaxv-vminv-scalar.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87836.293689.patch
Type: text/x-patch
Size: 23907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200923/64f51319/attachment.bin>


More information about the llvm-commits mailing list