[Mlir-commits] [mlir] [mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (PR #147085)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Jul 7 01:59:28 PDT 2025


https://github.com/banach-space commented:

Thanks, I find this very nice, `ShapedType::isStatic(val)` is much more readable than `!ShapedType::isDynamic(val)`. 

Just one minor suggestion inline.

https://github.com/llvm/llvm-project/pull/147085


More information about the Mlir-commits mailing list