[llvm] [X86][NF] Switch the order of Inst and &Target.getInstruction(NewRec) (PR #130739)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 19:56:01 PDT 2025
================
@@ -3304,10 +3304,28 @@ static unsigned getNewOpcFromTable(ArrayRef<X86TableEntry> Table,
return (I == Table.end() || I->OldOpc != Opc) ? 0U : I->NewOpc;
}
unsigned X86::getNFVariant(unsigned Opc) {
+#ifndef NDEBUG
----------------
phoebewang wrote:
Considering the amount of invokes, I think it's better to limit to expensive check.
https://github.com/llvm/llvm-project/pull/130739
More information about the llvm-commits
mailing list