[all-commits] [llvm/llvm-project] b077ee: [mlir][ods] Allow type attribute/operand for 0 res...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Feb 15 12:20:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b077ee9240f8b603d1dc8b43628fee0d4b94e963
https://github.com/llvm/llvm-project/commit/b077ee9240f8b603d1dc8b43628fee0d4b94e963
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/unittests/Optimizer/Builder/FIRBuilderTest.cpp
M mlir/lib/TableGen/Operator.cpp
Log Message:
-----------
[mlir][ods] Allow type attribute/operand for 0 result ops prefixed
Without results, there is no getType injected and so generating one in prefixed form doesn't result in any failures during C++ compilation.
Differential Revision: https://reviews.llvm.org/D119871
More information about the All-commits
mailing list