[all-commits] [llvm/llvm-project] 5d4951: Apply the permutation map on each affine nest

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Sat Dec 4 04:21:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d49511b3058cac17eb80d243d3e2ad5cb0cddb9
      https://github.com/llvm/llvm-project/commit/5d49511b3058cac17eb80d243d3e2ad5cb0cddb9
  Author: Hugo Pompougnac <hugo.pompougnac at inria.fr>
  Date:   2021-12-04 (Sat, 04 Dec 2021)

  Changed paths:
    M mlir/test/lib/Dialect/Affine/TestLoopPermutation.cpp

  Log Message:
  -----------
  Apply the permutation map on each affine nest

When using -test-loop-permutation="permutation-map=...", applies the
permutation map on each affine nest in the function (and not only the
first one). If the size of the permutation map and the size of a nest
are not consistent, do nothing on this particular nest (instead of
making MLIR crash).

Differential Revision: https://reviews.llvm.org/D112947




More information about the All-commits mailing list