[llvm] [AMDGPU][True16][CodeGen] add a d16 predicate for true16 mode (PR #156574)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 11:18:59 PDT 2025


================
@@ -1571,6 +1591,11 @@ class ScratchLoadSaddrPat <FLAT_Pseudo inst, SDPatternOperator node, ValueType v
   (inst $saddr, $offset)
 >;
 
+class ScratchLoadSaddrPat_t16 <FLAT_Pseudo inst, SDPatternOperator node, ValueType vt> : GCNPat <
----------------
broxigarchen wrote:

I agree. I will update these

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


More information about the llvm-commits mailing list