[PATCH] D65054: [ARM] MVE floating point compares and selects

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 07:35:57 PDT 2019


dmgreen created this revision.
dmgreen added reviewers: t.p.northover, SjoerdMeijer, samparker, simon_tatham, ostannard.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.
dmgreen added a parent revision: D65053: [ARM] Basic And/Or/Xor handling for MVE predicates.

Much like integers, this adds MVE floating point compares and select. It requires a lot more buildvector because we may need to expand the compares without mve.fp and requires support for and/or because of the way we lower llvm condition codes.

Some original code by David Sherwood


https://reviews.llvm.org/D65054

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/mve-vcmpf.ll
  llvm/test/CodeGen/Thumb2/mve-vcmpfz.ll
  llvm/test/CodeGen/Thumb2/mve-vpsel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65054.210997.patch
Type: text/x-patch
Size: 248308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190721/7e4fd882/attachment-0001.bin>


More information about the llvm-commits mailing list