[all-commits] [llvm/llvm-project] 2f78b4: [mlir][ods] Fix builder gen for VariadicRegion wit...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Apr 7 11:23:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f78b43f4bafaed09f6549da393bd9ee056ed851
https://github.com/llvm/llvm-project/commit/2f78b43f4bafaed09f6549da393bd9ee056ed851
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir][ods] Fix builder gen for VariadicRegion with inferred types
Builders generated for ops with variadic regions and inferred return types were not being correctly generated (missing parameter).
More information about the All-commits
mailing list