diff options
author | Jacques Pienaar <jpienaar@google.com> | 2021-07-20 10:44:48 -0700 |
---|---|---|
committer | Jacques Pienaar <jpienaar@google.com> | 2021-07-20 10:44:48 -0700 |
commit | 4b897de5fa0298398cb7e993963cc3507c961985 (patch) | |
tree | 4bc53254507a46a4cbc559f1517a1d190cf69d6a /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 700d07f8ce6f2879610fd6b6968b05c6f17bb915 (diff) | |
download | llvm-4b897de5fa0298398cb7e993963cc3507c961985.zip llvm-4b897de5fa0298398cb7e993963cc3507c961985.tar.gz llvm-4b897de5fa0298398cb7e993963cc3507c961985.tar.bz2 |
[mlir][ods] Add nested OpTrait
Allows for grouping OpTraits with list of OpTrait to make it easier to group OpTraits together without needing to use list concats (e.g., enable using `[Traits, ..., UsefulGroupOfTraits, Others, ...]` instead of `[Traits, ...] # UsefulGroupOfTraits # [Others, ...]`). Flatten in construction of Operation. This recurses here as the expectation is that these aren't expected to be deeply nested (most likely only 1 level of nesting).
Differential Revision: https://reviews.llvm.org/D106223
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions