[llvm] [llvm-exegesis] [AArch64] Resolving "not all operands are initialized by snippet generator" (PR #142529)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 20 02:20:12 PDT 2025
================
@@ -276,6 +276,12 @@ static Error randomizeMCOperand(const LLVMState &State,
AssignedValue = MCOperand::createReg(randomBit(AllowedRegs));
break;
}
+ /// Omit unknown and pc-relative operands to imm value based on the
+ /// instruction
+ case MCOI::OperandType::OPERAND_UNKNOWN:
----------------
davemgreen wrote:
This should be removed too I think.
https://github.com/llvm/llvm-project/pull/142529
More information about the llvm-commits
mailing list