[Mlir-commits] [mlir] [mlir] Use MLIR op names when generating FileCheck variables in generate-test-checks.py (PR #160820)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Sun Oct 5 09:32:47 PDT 2025
banach-space wrote:
Hi folks, I've removed the hard-coded list of dialects and update the note generated by the script, thanks for the suggestions!
> I wonder if there is an easy way to match also the unknown dialects in a conservative way, so downstream users can get additional benefits from it, and we will not have a hardcoded list of dialects in the modified script.
The latest revision will work for downstream dialects as well :)
https://github.com/llvm/llvm-project/pull/160820
More information about the Mlir-commits
mailing list