[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)
Christian Ulmann
llvmlistbot at llvm.org
Fri Aug 9 02:23:24 PDT 2024
================
@@ -377,3 +377,130 @@ gpu.module @shuffles_mismatch {
return
}
}
+
+// -----
+
+gpu.module @kernels {
+// CHECK: llvm.func spir_funccc @no_kernel() {
----------------
Dinistro wrote:
This has odd whitespaces. Is this intentional?
https://github.com/llvm/llvm-project/pull/101664
More information about the Mlir-commits
mailing list