[llvm] [GVN] Improve processBlock for instruction erasure (PR #131753)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 01:47:26 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"
----------------
nikic wrote:

I mean the two you added.

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


More information about the llvm-commits mailing list