[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:13 PDT 2025


================
@@ -8891,6 +8893,7 @@ class SIMDModifiedImmMoveMSL<bit Q, bit op, bits<4> cmode,
   bits<1> shift;
   let Inst{15-13} = cmode{3-1};
   let Inst{12}    = shift;
+  let Inst{30} = Q;
----------------
davemgreen wrote:

We shouldn't need to change the instruction definitions.

https://github.com/llvm/llvm-project/pull/142529


More information about the llvm-commits mailing list