[llvm-branch-commits] [mlir] [mlir][SCF] Add `RegionBranchOpInterface` to `scf.forall.in_parallel` (PR #174221)
Matthias Springer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jan 10 01:57:09 PST 2026
================
@@ -649,13 +649,6 @@ def ForallOp : SCF_Op<"forall", [
/// Returns true if the mapping specified for this forall op is linear.
bool usesLinearMapping();
-
- /// RegionBranchOpInterface
-
- OperandRange getEntrySuccessorOperands(RegionSuccessor successor) {
----------------
matthias-springer wrote:
note: This now falls back to the default implementation of `getEntrySuccessorOperands`: an empty operand range.
https://github.com/llvm/llvm-project/pull/174221
More information about the llvm-branch-commits
mailing list