[all-commits] [llvm/llvm-project] 38c236: [AArch64][GlobalISel] Recognise some CCMPri
David Green via All-commits
all-commits at lists.llvm.org
Thu Aug 4 23:48:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38c2366b3ffcc11da178b8d52814ef609e08d40f
https://github.com/llvm/llvm-project/commit/38c2366b3ffcc11da178b8d52814ef609e08d40f
Author: David Green <david.green at arm.com>
Date: 2022-08-05 (Fri, 05 Aug 2022)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
Log Message:
-----------
[AArch64][GlobalISel] Recognise some CCMPri
This is a simple addition to emitConditionalComparison, to match CCMP
with immediates using getIConstantVRegValWithLookThrough, letting it
select the CCMPri variants of the instructions.
Differential Revision: https://reviews.llvm.org/D131073
More information about the All-commits
mailing list