[all-commits] [llvm/llvm-project] 549989: [mlir] Generalize SCF passes to not have to run on...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Sun Jun 26 11:05:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54998986c3d9e847615598ebcd294ca5dce6c772
      https://github.com/llvm/llvm-project/commit/54998986c3d9e847615598ebcd294ca5dce6c772
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2022-06-26 (Sun, 26 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
    M mlir/lib/Dialect/SCF/Transforms/ForToWhile.cpp
    M mlir/lib/Dialect/SCF/Transforms/LoopCanonicalization.cpp
    M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
    M mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp

  Log Message:
  -----------
  [mlir] Generalize SCF passes to not have to run on FuncOp.

Seems to have been an accident of history and none of these had any reason to be restricted to FuncOp.

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




More information about the All-commits mailing list