[llvm] [AMDGPU][True16] true16 impl for v_ashr_pk_u/i8_i32 (PR #197167)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 05:19:12 PDT 2026


================
@@ -3566,6 +3566,12 @@ def getVOPDInfoFromComponentOpcodes : SearchIndex {
   let Key = ["OpX", "OpY", "SubTgt", "VOPD3"];
 }
 
+class true16HelperReg32FromSrc16<dag op, bit true16, bit ishi16 = 0> {
----------------
arsenm wrote:

Should this be an OutPatFrag instead of the class -> ret pattern 

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


More information about the llvm-commits mailing list