[all-commits] [llvm/llvm-project] 1d3b82: allow early exit from execute_region
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jun 2 07:04:46 PDT 2026
Branch: refs/heads/users/matthias-springer/execute_region_exit
Home: https://github.com/llvm/llvm-project
Commit: 1d3b82bda53dd51b38233f23fec82cb075675c31
https://github.com/llvm/llvm-project/commit/1d3b82bda53dd51b38233f23fec82cb075675c31
Author: Matthias Springer <me at m-sp.org>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M mlir/docs/LangRef.md
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
M mlir/include/mlir/IR/OpBase.td
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/lib/Analysis/DataFlow/DeadCodeAnalysis.cpp
M mlir/lib/Analysis/DataFlow/DenseAnalysis.cpp
M mlir/lib/Analysis/DataFlow/LivenessAnalysis.cpp
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
M mlir/lib/Conversion/SCFToControlFlow/SCFToControlFlow.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt
A mlir/lib/Dialect/SCF/Transforms/LowerEarlyExit.cpp
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
A mlir/test/Analysis/DataFlow/test-early-exit.mlir
M mlir/test/Analysis/DataFlow/test-liveness-analysis.mlir
A mlir/test/Conversion/SCFToControlFlow/convert-to-cfg-unsupported.mlir
A mlir/test/Dialect/Arith/int-range-early-exit.mlir
M mlir/test/Dialect/SCF/invalid.mlir
A mlir/test/Dialect/SCF/lower-early-exit-invalid.mlir
A mlir/test/Dialect/SCF/lower-early-exit.mlir
M mlir/test/Dialect/SCF/ops.mlir
M mlir/test/Transforms/sccp-structured.mlir
Log Message:
-----------
allow early exit from execute_region
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list