[all-commits] [llvm/llvm-project] a3005a: [mlir][interfaces] Fix infinite loop in insideMutu...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Apr 19 00:31:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3005a406e195bf8e9798cdf4173fdadabac49bb
https://github.com/llvm/llvm-project/commit/a3005a406e195bf8e9798cdf4173fdadabac49bb
Author: Matthias Springer <springerm at google.com>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/unittests/Interfaces/ControlFlowInterfacesTest.cpp
Log Message:
-----------
[mlir][interfaces] Fix infinite loop in insideMutuallyExclusiveRegions
This function was missing a termination condition.
More information about the All-commits
mailing list