[llvm] [NFC][TableGen] Create valid Dag in VarLenCodeEmitter (PR #140283)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon May 19 11:02:00 PDT 2025


================
@@ -36,6 +36,8 @@ class MyVarInst<MyMemOperand memory_op> : Instruction {
     (operand "$dst", 4),
     // Testing operand referencing with a certain bit range.
     (slice "$dst", 3, 1),
+    // Testing slice ho/lo swap.
----------------
mshockwave wrote:

"hi/lo swap"

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


More information about the llvm-commits mailing list