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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 13:10:48 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",
----------------
arsenm wrote:

Well I think it should be more descriptive than "priv enabled bug" in case there are different priv enabled bugs in the future. Doesn't necessarily mean it involves trap 

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


More information about the llvm-commits mailing list