llvm-project/mlir/include
Arnab Dutta c2280b5517 [MLIR] Avoid creation of buggy affine maps when incorrect values of number of dimensions and number of symbols are provided.
We check whether the maximum index of dimensional identifier present
in the result expressions is less than dimCount (number of dimensional
identifiers) argument passed in the AffineMap::get() and the maximum index
of symbolic identifier present in the result expressions is less than
symbolCount (number of symbolic identifiers) argument passed in AffineMap::get().

Reviewed By: nicolasvasilache, bondhugula

Differential Revision: https://reviews.llvm.org/D114238
2021-11-27 00:37:08 +05:30
..
mlir [MLIR] Avoid creation of buggy affine maps when incorrect values of number of dimensions and number of symbols are provided. 2021-11-27 00:37:08 +05:30
mlir-c Rename MlirExecutionEngine lookup to lookupPacked 2021-11-22 14:12:09 +01:00