[Mlir-commits] [mlir] [mlir] Use MLIR op names when generating FileCheck variables in generate-test-checks.py (PR #160820)

Mehdi Amini llvmlistbot at llvm.org
Fri Sep 26 14:10:09 PDT 2025


================

----------------
joker-eph wrote:

Why this list of dialects? The MLIR syntax is quite strict: there is necessarily a `=` after the SSA value(s) and then the op name is always formed by `dialect.op_name` . The RE should be able to find this without hardcoding any list.

https://github.com/llvm/llvm-project/pull/160820


More information about the Mlir-commits mailing list