[Mlir-commits] [mlir] [mlir] regenerate linalg named ops yaml (PR #65475)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Sep 6 08:38:40 PDT 2023
ftynse wrote:
> hmm any idea why things compile with Scalarxxxressions instead of ScalarExpression ?
I suppose the ODS generator based on this doesn't do any type checking on YAML (bang expressions are types).
> How did you realize the these had gotten out of sync ?
Trying to add new op with OpDSL made me call the generator script, a big diff showed up as a result.
https://github.com/llvm/llvm-project/pull/65475
More information about the Mlir-commits
mailing list