mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +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.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.