[all-commits] [llvm/llvm-project] 8e691e: [mlir][SCF][bufferize] Bufferize scf.if/execute_re...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jun 27 04:22:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e691e1f245ad4b275983749fd6a78120a0bf263
https://github.com/llvm/llvm-project/commit/8e691e1f245ad4b275983749fd6a78120a0bf263
Author: Matthias Springer <springerm at google.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
M mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-allow-return-allocs.mlir
M mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-partial.mlir
M mlir/test/Dialect/SCF/one-shot-bufferize.mlir
Log Message:
-----------
[mlir][SCF][bufferize] Bufferize scf.if/execute_region terminators separately
This allows for better type inference during bufferization and is in preparation of supporting memory spaces.
Differential Revision: https://reviews.llvm.org/D128581
More information about the All-commits
mailing list