[all-commits] [llvm/llvm-project] 85740e: [mlir] Assume terminators in nested regions are al...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Wed Apr 21 01:56:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85740ee108f18e49c1ec64820c721bc76e16d8c9
https://github.com/llvm/llvm-project/commit/85740ee108f18e49c1ec64820c721bc76e16d8c9
Author: Butygin <ivan.butygin at intel.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M mlir/lib/Dialect/StandardOps/Transforms/FuncConversions.cpp
M mlir/test/Dialect/Standard/func-bufferize.mlir
Log Message:
-----------
[mlir] Assume terminators in nested regions are always legal in FuncBufferizePass
Previously, any terminator without ReturnLike and BranchOpInterface traits (e.g. scf.condition) were causing pass to fail.
Differential Revision: https://reviews.llvm.org/D100832
More information about the All-commits
mailing list