llvm-project/mlir/test/AffineOps
Uday Bondhugula e5691c512f fix isValidDim for block arg case
- a block argument associated with an arbitrary op can't be a valid
  dimensional identifier; it has to be the block argument of either
  a function op or an affine.for.

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Closes tensorflow/mlir#331

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/331 from bondhugula:valid_dim 3273b4fcbaa31fb7b6671d93c9e42a6b2a6a4e4c
PiperOrigin-RevId: 286593693
2019-12-20 09:44:03 -08:00
..
canonicalize.mlir Adds affine.min operation which returns the minimum value from a multi-result affine map. This operation is useful for things like computing the dynamic value of affine loop bounds, and is trivial to constant fold. 2019-11-12 07:08:49 -08:00
dma.mlir Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -07:00
inlining.mlir Add support for canonicalizing callable regions during inlining. 2019-10-10 17:06:33 -07:00
invalid.mlir fix isValidDim for block arg case 2019-12-20 09:44:03 -08:00
load-store-invalid.mlir Introduce prefetch op: affine -> std -> llvm intrinsic 2019-12-18 10:00:04 -08:00
load-store.mlir Introduce prefetch op: affine -> std -> llvm intrinsic 2019-12-18 10:00:04 -08:00
memref-stride-calculation.mlir Add syntactic sugar for strided memref parsing. 2019-10-03 12:34:36 -07:00
ops.mlir Make isValidSymbol more powerful 2019-11-22 22:09:31 -08:00