[llvm] Add extended mnemonics (PR #97571)

Kai Nacke via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 11:54:29 PDT 2024


================
@@ -363,7 +363,7 @@ class InstRIEe<bits<16> op, dag outs, dag ins, string asmstr, list<dag> pattern>
   let Inst{7-0}   = op{7-0};
 }
 
-class InstRIEf<bits<16> op, dag outs, dag ins, string asmstr, list<dag> pattern>
+class InstRIEf<bits<16> op, dag outs, dag ins, string asmstr, list<dag> pattern, bits<8> I3Or = 0, bits<8> I4Or = 0>
----------------
redstar wrote:

Not sure how serious this is applied to .td files, but the line is way over the 80 char limit. (Well, the original line is a little bit too long, too.)

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


More information about the llvm-commits mailing list