[llvm] [NFC][TableGen] Create valid Dag in VarLenCodeEmitter (PR #140283)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Mon May 19 12:15:23 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.
----------------
jurahul wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/140283
More information about the llvm-commits
mailing list