[all-commits] [llvm/llvm-project] dbe96c: [MLIR][SCF] Combine nested ifs with yields
William Moses via All-commits
all-commits at lists.llvm.org
Fri Mar 18 10:00:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbe96c8da02141541d7fbde0775494235b98089a
https://github.com/llvm/llvm-project/commit/dbe96c8da02141541d7fbde0775494235b98089a
Author: William S. Moses <gh at wsmoses.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M mlir/lib/Dialect/SCF/SCF.cpp
M mlir/test/Dialect/SCF/canonicalize.mlir
Log Message:
-----------
[MLIR][SCF] Combine nested ifs with yields
This patch extends the existing combine nested if
combination canonicalization to also handle ifs which
yield values
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D121923
More information about the All-commits
mailing list