[PATCH] D131073: [AArch64][GlobalISel] Recognise some CCMPri
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 08:45:05 PDT 2022
dmgreen created this revision.
dmgreen added reviewers: paquette, aemerson.
Herald added subscribers: hiraditya, kristof.beyls, rovka.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a project: LLVM.
This is a simple addition to emitConditionalComparison, to match CCMP with immediates using getIConstantVRegValWithLookThrough, letting it select the CCMPri variants of the instructions.
https://reviews.llvm.org/D131073
Files:
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
llvm/test/CodeGen/AArch64/arm64-ccmp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131073.449673.patch
Type: text/x-patch
Size: 7138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220803/36fc74cb/attachment.bin>
More information about the llvm-commits
mailing list