[llvm-branch-commits] [llvm] [GVN] Restructure `GVN.h` to reduce its size (NFC) (PR #211024)
Momchil Velikov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 23 06:46:32 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"
----------------
momchil-velikov wrote:
Done.
https://github.com/llvm/llvm-project/pull/211024
More information about the llvm-branch-commits
mailing list