diff options
author | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2023-01-26 07:58:59 -0800 |
---|---|---|
committer | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2023-01-26 08:51:34 -0800 |
commit | e1c5cbc09c6fe6ba396638ff96a10796225c97e8 (patch) | |
tree | 0334c5ee2243a9ca66146125734dcc12170a367f /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 787876b0d592a6b4e87d00a0adb89ce87dfc11cd (diff) | |
download | llvm-e1c5cbc09c6fe6ba396638ff96a10796225c97e8.zip llvm-e1c5cbc09c6fe6ba396638ff96a10796225c97e8.tar.gz llvm-e1c5cbc09c6fe6ba396638ff96a10796225c97e8.tar.bz2 |
[mlir][Linalg] Put a proper type on transform.structured.match op
This allows much better verification messages in consuming ops that properly declare
`TransformHandleTypeInterface` on their operands.
Downstream tests can be updated with a command resembling:
```
git grep -l "structured\.match" mlir/test | xargs -i sed -i {} -e "s/\(structured.match.*\)/\1 : (\!pdl.operation) -> \!pdl.operation/g"
```
Differential Revision: https://reviews.llvm.org/D142643
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions