diff options
author | jfurtek <jfurtek@nvidia.com> | 2022-04-25 19:00:20 +0000 |
---|---|---|
committer | Mogball <jeffniu22@gmail.com> | 2022-04-25 19:00:44 +0000 |
commit | c4caa90b15233b3f9512a479d84d6907fc11e7b8 (patch) | |
tree | 884bcf297f9fad7ae52548abda87ce512c6ad7bb /lldb/source/Commands/CommandObjectThread.cpp | |
parent | a266a21000123b66718df2a09fd7ceeea67843c5 (diff) | |
download | llvm-c4caa90b15233b3f9512a479d84d6907fc11e7b8.zip llvm-c4caa90b15233b3f9512a479d84d6907fc11e7b8.tar.gz llvm-c4caa90b15233b3f9512a479d84d6907fc11e7b8.tar.bz2 |
[mlir][tblgen] Generate builders with inferred return types and unwrapped attributes
This diff causes mlir-tblgen to generate code for an additional builder for an
operation argument with a return type that can be inferred *AND* an attribute in
the argument list can be "unwrapped." (Previously, the unwrapped build function
was only generated for builders with explicit return types in separate or
aggregate form.) As an example, this builder might be used by code that creates
operations that implement the `SameOperandsAndResultType` interface. A test case
was created.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D124043
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions