[llvm] [GVN] Improve processBlock for instruction erasure (PR #131753)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 11:35:57 PDT 2025
================
@@ -25,6 +25,8 @@
#include "llvm/IR/ValueHandle.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Compiler.h"
+#include "llvm/Transforms/Utils/AssumeBundleBuilder.h"
----------------
antoniofrighetto wrote:
Can remove this from the C++ file?
https://github.com/llvm/llvm-project/pull/131753
More information about the llvm-commits
mailing list