[llvm] [X86][NF] Switch the order of Inst and &Target.getInstruction(NewRec) (PR #130739)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 08:51:40 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
----------------
RKSimon wrote:
It should only check the atomic bool every lookup - the sorted check will only be the first time no?
https://github.com/llvm/llvm-project/pull/130739
More information about the llvm-commits
mailing list