[all-commits] [llvm/llvm-project] e8bfec: [mlir] [scf] Add RegionBranchOpInterface to scf.fo...
donald chen via All-commits
all-commits at lists.llvm.org
Wed May 24 03:15:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8bfec26a6dace4f7d8d21e74d1e8d05f9714a63
https://github.com/llvm/llvm-project/commit/e8bfec26a6dace4f7d8d21e74d1e8d05f9714a63
Author: donald chen <chenxunyu1993 at gmail.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/lib/Dialect/SCF/IR/SCF.cpp
Log Message:
-----------
[mlir] [scf] Add RegionBranchOpInterface to scf.forall and scf.parallel op
Add RegionBranchOpIntefface to scf.forall and scf.parallel op to make analysis trace through subregions.
Differential Revision: https://reviews.llvm.org/D151287
More information about the All-commits
mailing list