[PATCH] D104037: [X86] Check immediate before get it.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 10 22:36:00 PDT 2021
pengfei added inline comments.
================
Comment at: llvm/lib/Target/X86/X86InstrInfo.cpp:6410
case X86::CMP8ri: {
MachineOperand &MO0 = DataMI->getOperand(0);
MachineOperand &MO1 = DataMI->getOperand(1);
----------------
But `CMP64mi32` shouldn't go to here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104037/new/
https://reviews.llvm.org/D104037
More information about the llvm-commits
mailing list