[Mlir-commits] [mlir] [mlir] Avoid removing returns for mismatch call results (PR #207587)
Matthias Springer
llvmlistbot at llvm.org
Wed Aug 19 01:16:07 PDT 2026
matthias-springer wrote:
> this appears to be a verification gap in test.call_and_store, which exposes no forwarded results for a callee with one result.
The default implementation of `CallOpInterface::getForwardedResults` returns all op results. Is there something else missing here?
https://github.com/llvm/llvm-project/pull/207587
More information about the Mlir-commits
mailing list