[llvm] [llvm-exegesis] Add AArch64 operand initializers, SetRegTo (PR #169912)
John Brawn via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 10:00:30 PST 2025
================
@@ -224,6 +395,12 @@ Error ExegesisAArch64Target::randomizeTargetMCOperand(
case llvm::AArch64::OPERAND_IMPLICIT_IMM_0:
AssignedValue = MCOperand::createImm(0);
return Error::success();
+ case llvm::AArch64::OPERAND_SHIFTED_REGISTER:
----------------
john-brawn-arm wrote:
It would be better if these operands were randomised (given that this is randomizeTargetMCOperand), though a TODO comment about that would be OK.
https://github.com/llvm/llvm-project/pull/169912
More information about the llvm-commits
mailing list