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

Tobias Gysi llvmlistbot at llvm.org
Thu Oct 24 09:07:29 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"
----------------
gysit wrote:

nit: Is this really needed in here, or could this be in LLVMDialect.cpp?

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


More information about the Mlir-commits mailing list