diff options
author | Jakub Kuderski <jakub@nod-labs.com> | 2025-07-07 14:57:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 14:57:27 -0400 |
commit | 6512ca7ddb0a462362aaedb18844e2993c5ae336 (patch) | |
tree | 63a844bdcaaec44c84d15955baeb4ca83d5fee65 /lldb/source/Commands/CommandObjectTarget.cpp | |
parent | 0032148ea642dfb2f17b36201e82fee454fa6ebe (diff) | |
download | llvm-6512ca7ddb0a462362aaedb18844e2993c5ae336.zip llvm-6512ca7ddb0a462362aaedb18844e2993c5ae336.tar.gz llvm-6512ca7ddb0a462362aaedb18844e2993c5ae336.tar.bz2 |
[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)
The motivation is to avoid having to negate `isDynamic*` checks, avoid
double negations, and allow for `ShapedType::isStaticDim` to be used in
ADT functions without having to wrap it in a lambda performing the
negation.
Also add the new functions to C and Python bindings.
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
0 files changed, 0 insertions, 0 deletions