[PATCH] D131073: [AArch64][GlobalISel] Recognise some CCMPri
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 02:21:08 PDT 2022
tschuett added inline comments.
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:4850
+ MIB.buildInstr(CCmpOpc, {}, {LHS});
+ if (C)
+ CCmp.addImm(C->Value.getZExtValue());
----------------
This condition is different from the one above? The `C->Value.ult(32)` differs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131073/new/
https://reviews.llvm.org/D131073
More information about the llvm-commits
mailing list