[Mlir-commits] [mlir] [MLIR][NVVM] Enable nvvm intrinsics import (PR #68843)

Christian Ulmann llvmlistbot at llvm.org
Sun Dec 10 23:35:03 PST 2023


================
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "mlir/Dialect/DLTI/DLTI.h"
+#include "mlir/Dialect/LLVMIR/NVVMDialect.h"
----------------
Dinistro wrote:

This include doesn't seem necessary.

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


More information about the Mlir-commits mailing list