[all-commits] [llvm/llvm-project] bd8610: [mlir][affine] Rigorous check for loop unrolling s...

Kai Sasaki via All-commits all-commits at lists.llvm.org
Fri Jun 24 17:32:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd861056a528c71ea45cabcfe7b89647732d9afc
      https://github.com/llvm/llvm-project/commit/bd861056a528c71ea45cabcfe7b89647732d9afc
  Author: lewuathe <lewuathe at me.com>
  Date:   2022-06-25 (Sat, 25 Jun 2022)

  Changed paths:
    M mlir/test/Dialect/SCF/loop-unroll.mlir

  Log Message:
  -----------
  [mlir][affine] Rigorous check for loop unrolling store operation

Static loop unrolling does not change the operation type. We can rigorously make sure to use affine.store in the check.

Reviewed By: ftynse

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




More information about the All-commits mailing list