[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
================
@@ -1319,7 +1319,9 @@ def logical_vec_hw_shift : Operand<i32> {
// A vector move shifter operand:
// {0} - imm1: #8 or #16
def move_vec_shift : Operand<i32> {
+ let OperandNamespace = "AArch64";
----------------
davemgreen wrote:
If this is needed put it next to OperandType and maybe put them both at the bottom.
https://github.com/llvm/llvm-project/pull/142529
More information about the llvm-commits
mailing list