mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
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.