[all-commits] [llvm/llvm-project] 45a9a6: [mlir] Fix crash in test type converter for 1->N r...
lijinpei-amd via All-commits
all-commits at lists.llvm.org
Fri Jun 5 00:26:53 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45a9a697a6a31efae2f05a5f8db1028fc090b67f
https://github.com/llvm/llvm-project/commit/45a9a697a6a31efae2f05a5f8db1028fc090b67f
Author: lijinpei-amd <jinpli at amd.com>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M mlir/test/Transforms/test-legalizer.mlir
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
Log Message:
-----------
[mlir] Fix crash in test type converter for 1->N result conversion (#201738)
Use `results.append` instead of `results.assign`, preserving previous
results.
Fixes https://github.com/llvm/llvm-project/issues/201521
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list