[all-commits] [llvm/llvm-project] 7dd2f4: Let MLIR ODS also support generating build() funct...
Zhixun Tan via All-commits
all-commits at lists.llvm.org
Fri Oct 21 10:10:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7dd2f4bc009d23548b75cef3c05f97fe8b243e00
https://github.com/llvm/llvm-project/commit/7dd2f4bc009d23548b75cef3c05f97fe8b243e00
Author: Zhixun Tan <phisiart at gmail.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M mlir/test/mlir-tblgen/op-result.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
Let MLIR ODS also support generating build() functions without result type parameters when the op contains regions.
Regions were intentionally left unsupported: https://github.com/llvm/llvm-project/commit/398f04aa49109fd5d1eff2c1946a2956dc6b29c6
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D136232
More information about the All-commits
mailing list