[llvm-branch-commits] [clang] [llvm] [AMDGPU][Attributor] Rework update of `AAAMDWavesPerEU` (PR #123995)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 24 10:09:50 PDT 2025
================
@@ -1336,6 +1311,59 @@ static void addPreloadKernArgHint(Function &F, TargetMachine &TM) {
}
}
+static void checkWavesPerEU(Module &M, TargetMachine &TM) {
----------------
arsenm wrote:
Missing comment, and "check"? This modifies attributes
https://github.com/llvm/llvm-project/pull/123995
More information about the llvm-branch-commits
mailing list