================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to