[llvm-branch-commits] [llvm] [AMDGPU] Enable amdgpu-lower-exec-sync pass in pipeline (PR #165746)
Sameer Sahasrabuddhe via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 11 04:06:11 PST 2025
================
@@ -465,6 +465,11 @@ static cl::opt<bool> EnableScalarIRPasses(
cl::init(true),
cl::Hidden);
+static cl::opt<bool>
+ EnableLowerExecSync("amdgpu-enable-lower-exec-sync",
+ cl::desc("Enable lowering of exec sync pass."),
----------------
ssahasra wrote:
```suggestion
cl::desc("Enable lowering of synchronization primitives."),
```
The word "pass" rarely conveys any information in this kind of place.
https://github.com/llvm/llvm-project/pull/165746
More information about the llvm-branch-commits
mailing list