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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 01:02:06 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:

Yes, but it's no longer necessary in the header. You can drop the includes in the header and restore the AssumeBundleBuilder.h include in the cpp file.

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


More information about the llvm-commits mailing list