[Mlir-commits] [mlir] [MLIR][LLVM] Always print variadic callee type (PR #99293)

Tobias Gysi llvmlistbot at llvm.org
Thu Jul 18 02:02:26 PDT 2024


gysit wrote:

> when we verify, shouldn't we still need to check the return type + all non-variadic args in the call agree with varCalleeType if it is non-null?

I added a verifier for the variadic callee type that compares with the call result and arguments.

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


More information about the Mlir-commits mailing list