[all-commits] [llvm/llvm-project] 921574: [mlir] Make fold result type check more verbose (#...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Thu Jan 4 08:08:49 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9215741726e295d09ae7db4d235b26c1214a19ae
https://github.com/llvm/llvm-project/commit/9215741726e295d09ae7db4d235b26c1214a19ae
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M mlir/lib/IR/Operation.cpp
Log Message:
-----------
[mlir] Make fold result type check more verbose (#76867)
Print the op and its types when the fold type check fails. This is to
speed up debuging as it should be trivial to map the offending op to its
folder based on the op name.
More information about the All-commits
mailing list