[Mlir-commits] [mlir] [mlir][LLVMIR] Add IFuncOp to LLVM dialect (PR #147697)

Tobias Gysi llvmlistbot at llvm.org
Wed Jul 16 07:49:54 PDT 2025


================
@@ -1931,3 +1931,20 @@ llvm.func @invalid_xevm_matrix_3(%a: !llvm.ptr<1>, %base_width_a: i32, %base_hei
   llvm.return %loaded_a : vector<8xi16>
 }
 
+// -----
----------------
gysit wrote:

Would it be possible to have a test here that goes through an alias and then fails to make sure the alias resolution in the verifier works?

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


More information about the Mlir-commits mailing list