[all-commits] [llvm/llvm-project] 8f5c5b: [mlir][ods] Fix substitutions for op custom string...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Fri Oct 14 09:33:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f5c5bbe71639e8dd44f16b53d4ba9603dc1ed89
https://github.com/llvm/llvm-project/commit/8f5c5bbe71639e8dd44f16b53d4ba9603dc1ed89
Author: Jeff Niu <jeff at modular.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M mlir/test/mlir-tblgen/op-format.td
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][ods] Fix substitutions for op custom string literals
The context and builder did not receive the correct substitutes in the
printers. Also, the tests were incorrect (d'oh!)
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D135845
More information about the All-commits
mailing list