[llvm] AMDGPU: Ensure both wavesize features are not set (PR #159234)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 01:23:38 PDT 2025
================
@@ -1232,6 +1232,19 @@ def FeatureSetPrioIncWgInst : SubtargetFeature<"setprio-inc-wg-inst",
// Subtarget Features (options and debugging)
//===------------------------------------------------------------===//
+// Ugly hack to accomodate an assembling modules with mixed
----------------
jayfoad wrote:
```suggestion
// Ugly hack to accomodate assembling modules with mixed
```
https://github.com/llvm/llvm-project/pull/159234
More information about the llvm-commits
mailing list