[llvm] [PowerPC] Implement vector uncompress instructions (PR #150702)

zhijian lin via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 10:49:03 PDT 2025


================
@@ -45,6 +45,20 @@ multiclass XOForm_RTAB5_L1r<bits<6> opcode, bits<9> xo, dag OOL, dag IOL,
   }
 }
 
+class VXForm_VRTAB5<bits<11> xo, dag OOL, dag IOL, string asmstr,
+                    list<dag> pattern> : I<4, OOL, IOL, asmstr, NoItinerary> {
----------------
diggerlin wrote:

I am curious that there is no opCode in the new define instruction ?

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


More information about the llvm-commits mailing list