[llvm] [AMDGPU] Change default loop alignment for GFX9 and higher targets (PR #153065)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 11 20:19:51 PDT 2025
================
@@ -1431,6 +1431,14 @@ def FeatureDisable : SubtargetFeature<"",
"Dummy feature to disable assembler instructions"
>;
+// GFX-9 & higher targets have a 16-dword Instruction Buffer and per-SQ
----------------
arsenm wrote:
```suggestion
// GFX9 & higher targets have a 16-dword Instruction Buffer and per-SQ
```
https://github.com/llvm/llvm-project/pull/153065
More information about the llvm-commits
mailing list