[clang] [llvm] Reland "[LLVM] Add IRNormalizer Pass" (PR #113780)

via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 26 15:44:45 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 74e1554d7b4013a975cf5fb8df64a6419bb14a45 9a8172cd4168e4b9b45a9f973ab34aa1266816f8 --extensions h,cpp -- llvm/include/llvm/Transforms/Utils/IRNormalizer.h llvm/lib/Transforms/Utils/IRNormalizer.cpp llvm/include/llvm/Passes/StandardInstrumentations.h llvm/lib/Passes/PassBuilder.cpp llvm/lib/Passes/StandardInstrumentations.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Transforms/Utils/IRNormalizer.cpp b/llvm/lib/Transforms/Utils/IRNormalizer.cpp
index 5a7d2d8aa8..8f527cb690 100644
--- a/llvm/lib/Transforms/Utils/IRNormalizer.cpp
+++ b/llvm/lib/Transforms/Utils/IRNormalizer.cpp
@@ -26,8 +26,8 @@
 #include "llvm/IR/Module.h"
 #include "llvm/InitializePasses.h"
 #include "llvm/Pass.h"
-#include "llvm/Passes/StandardInstrumentations.h"
 #include "llvm/PassRegistry.h"
+#include "llvm/Passes/StandardInstrumentations.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Transforms/Utils.h"
 #include <algorithm>

``````````

</details>


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


More information about the llvm-commits mailing list