[all-commits] [llvm/llvm-project] fd26ca: [mlir][scf] Add insideMutuallyExclusiveBranches he...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Oct 18 17:14:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd26ca4e7515e7dd32ae02e777bd21693afc68ff
https://github.com/llvm/llvm-project/commit/fd26ca4e7515e7dd32ae02e777bd21693afc68ff
Author: Matthias Springer <springerm at google.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/SCF/SCF.h
M mlir/lib/Dialect/SCF/SCF.cpp
Log Message:
-----------
[mlir][scf] Add insideMutuallyExclusiveBranches helper
This helper function checks if two given ops are in mutually exclusive branches of the same scf::IfOp.
Differential Revision: https://reviews.llvm.org/D111957
More information about the All-commits
mailing list