[llvm] [AMDGPU] Add a trap lowering workaround for gfx11 (PR #85854)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 01:40:37 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",
----------------
jayfoad wrote:
> Incidentally, I noticed that FeatureMADIntraFwdBug isn't included in the gfx11-generic FeatureSet. Should that be updated too?
I guess so, but not in this patch. @Pierre-vh?
https://github.com/llvm/llvm-project/pull/85854
More information about the llvm-commits
mailing list