[llvm] [AMDGPU] Add a trap lowering workaround for gfx11 (PR #85854)

Emma Pilkington via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 18:47:09 PDT 2024


================
@@ -303,6 +303,12 @@ def FeatureMSAALoadDstSelBug : SubtargetFeature<"msaa-load-dst-sel-bug",
   "MSAA loads not honoring dst_sel bug"
 >;
 
+def FeaturePrivEnabledBug : SubtargetFeature<"priv-enabled-bug",
----------------
epilk wrote:

I renamed it `FeaturePrivEnabledTrap2NopBug` in the update. WDYT? 

Incidentally, I noticed that FeatureMADIntraFwdBug isn't included in the gfx11-generic FeatureSet. Should that be updated too?

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


More information about the llvm-commits mailing list