[llvm] [NFC] Apply clang-format to PPCInstrFutureMMA.td (PR #156749)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 4 07:19:09 PDT 2025
================
@@ -14,87 +14,86 @@
class XX3Form_AT3_XABp5_P1<bits<6> opcode, bits<8> xo, dag OOL, dag IOL,
string asmstr, list<dag> pattern>
- : I<opcode, OOL, IOL, asmstr, NoItinerary> {
+ : I<opcode, OOL, IOL, asmstr, NoItinerary> {
bits<3> AT;
bits<5> XAp;
bits<5> XBp;
bits<1> P;
let Pattern = pattern;
- let Inst{6-8} = AT{2-0};
- let Inst{9-10} = 0;
- let Inst{11-14} = XAp{3-0};
+ let Inst{6 -8} = AT{2 -0};
----------------
lei137 wrote:
[[PowerPC][NFC] Update TableGen range punctuator with '...'](https://github.com/llvm/llvm-project/pull/156893#top)
https://github.com/llvm/llvm-project/pull/156749
More information about the llvm-commits
mailing list