[all-commits] [llvm/llvm-project] a67cd7: [MLIR] Implement LoopLikeInterface for loop.parallel

Tres via All-commits all-commits at lists.llvm.org
Wed Apr 1 07:48:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a67cd71acdb0cd636097a74ec80e2f23ef301ada
      https://github.com/llvm/llvm-project/commit/a67cd71acdb0cd636097a74ec80e2f23ef301ada
  Author: Tres Popp <tpopp at google.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/LoopOps/LoopOps.td
    M mlir/lib/Dialect/LoopOps/LoopOps.cpp
    M mlir/test/Transforms/loop-invariant-code-motion.mlir

  Log Message:
  -----------
  [MLIR] Implement LoopLikeInterface for loop.parallel

Summary:
This is to allow optimizations like loop invariant code motion to work
on the ParallelOp.

Additional small cleanup on the ForOp implementation of
LoopLikeInterface and the test file of loop-invariant-code-motion.

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




More information about the All-commits mailing list