[llvm] [UniformityAnalysis] Use DenseSet for DivergentValues (PR #93455)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 27 03:23:40 PDT 2024
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 43fd244b3d5c08bfd3aad0913b0fe84339842f4e d29aae586e650977881ed583e503faf4218ad3d0 -- 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 e170b10441..bd09f4fe43 100644
--- a/llvm/include/llvm/ADT/GenericUniformityImpl.h
+++ b/llvm/include/llvm/ADT/GenericUniformityImpl.h
@@ -46,9 +46,9 @@
#include "llvm/ADT/GenericUniformityInfo.h"
+#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SparseBitVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/raw_ostream.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/93455
More information about the llvm-commits
mailing list