[Mlir-commits] [mlir] [mlir][LLVM] Add builders for llvm.intr.assume (PR #113317)

Sirui Mu llvmlistbot at llvm.org
Fri Oct 25 18:53:10 PDT 2024


================
@@ -33,6 +33,7 @@
 #include "mlir/Support/ThreadLocalCache.h"
 #include "llvm/ADT/PointerEmbeddedInt.h"
 #include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/InstrTypes.h"
----------------
Lancern wrote:

It's required here because `llvm::OperandBundleDefT` appears in the generated headers. Or we could replace it with a forward declaration to `llvm::OperandBundleDefT`?

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


More information about the Mlir-commits mailing list