[llvm] [AMDGPU] Use fake16 load/store with +real-true16 and sram-ecc (PR #161256)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 30 03:40:37 PDT 2025


================
@@ -969,7 +969,7 @@ multiclass DSReadPat_t16<DS_Pseudo inst, ValueType vt, string frag> {
   }
 
   let OtherPredicates = [NotLDSRequiresM0Init] in {
-    foreach p = [NotHasTrue16BitInsts, UseFakeTrue16Insts] in
+    foreach p = [NotHasTrue16BitInsts, UseFakeTrue16Insts, UseLoadStoreTrue16WithSramECC] in
----------------
rampitec wrote:

More or less, you are asking now to rethink the whole t16 thing. Which may not be a wrong thing. Will need to rollback all the HW too, all what I said since the inception if GFX11.

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


More information about the llvm-commits mailing list