[Mlir-commits] [mlir] [MLIR][LLVM] Remove typed pointers from the LLVM dialect (PR #71285)
Markus Böck
llvmlistbot at llvm.org
Sat Nov 4 11:10:02 PDT 2023
================
@@ -117,11 +117,6 @@ llvm.mlir.global internal protected unnamed_addr @protected(42 : i32) : i32
// -----
-// expected-error @+1 {{expects type to be a valid element type for an LLVM pointer}}
-llvm.mlir.global internal constant @constant(37.0) : !llvm.label
----------------
zero9178 wrote:
Looks like we are regressing in the verifier here. Do you know whether there's a convention with `verify-diagnostics` tests to temporarily disable this line specifically and leave a todo?
I think something like `// todo-error` would work.
https://github.com/llvm/llvm-project/pull/71285
More information about the Mlir-commits
mailing list