[llvm] [AMDGPU] Use true16 loads with +real-true16 and sram-ecc (PR #161256)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 11:02:53 PDT 2025


================
@@ -2599,6 +2599,9 @@ def UseFakeTrue16Insts : True16PredicateClass<"Subtarget->hasTrue16BitInsts() &&
   // FIXME When we default to RealTrue16 instead of Fake, change the line as follows.
   // AssemblerPredicate<(all_of FeatureTrue16BitInsts, (not FeatureRealTrue16Insts))>;
 
+def UseLoadTrue16WithSramECC : True16PredicateClass<"Subtarget->useRealTrue16Insts() && "
----------------
rampitec wrote:

Done. Predicate renamed, description updated.

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


More information about the llvm-commits mailing list