[Mlir-commits] [mlir] [MLIR][LLVM] Remove typed pointers from the LLVM dialect (PR #71285)

Christian Ulmann llvmlistbot at llvm.org
Sat Nov 4 11:44:43 PDT 2023


================
@@ -132,20 +125,6 @@ func.func @gep_too_few_dynamic(%base : !llvm.ptr) {
 
 // -----
 
-func.func @load_non_llvm_type(%foo : memref<f32>) {
----------------
Dinistro wrote:

This can now be caught by the attribute constrain. I non-the-less restored the test.

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


More information about the Mlir-commits mailing list