[llvm-branch-commits] [llvm] [GVN] Restructure `GVN.h` to reduce its size (NFC) (PR #211024)
Alexis Engelke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 21 08:51:41 PDT 2026
================
@@ -61,8 +61,8 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Transforms/Scalar/GVN.h"
#include "llvm/Transforms/Scalar/GVNExpression.h"
+#include "llvm/Transforms/Scalar/GVNSink.h"
----------------
aengelke wrote:
should go to the top
https://github.com/llvm/llvm-project/pull/211024
More information about the llvm-branch-commits
mailing list