[llvm] [Uniformity] Fixed control-div early stop (PR #138806)

via llvm-commits llvm-commits at lists.llvm.org
Tue May 6 22:53:14 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions h -- llvm/include/llvm/ADT/GenericUniformityImpl.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/include/llvm/ADT/GenericUniformityImpl.h b/llvm/include/llvm/ADT/GenericUniformityImpl.h
index b37371034..d227aad8e 100644
--- a/llvm/include/llvm/ADT/GenericUniformityImpl.h
+++ b/llvm/include/llvm/ADT/GenericUniformityImpl.h
@@ -626,7 +626,6 @@ public:
       visitEdge(*SuccBlock, *SuccBlock);
     }
 
-
     // Propagation shall stop at the IPD (immediate post-dominator)
     // of DivTemBlock.
     //

``````````

</details>


https://github.com/llvm/llvm-project/pull/138806


More information about the llvm-commits mailing list