[all-commits] [llvm/llvm-project] 4df44c: [mlir] Only treat "Alloc" effects as dead if they ...
River Riddle via All-commits
all-commits at lists.llvm.org
Sat Mar 14 13:57:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4df44c4f9c0f07109eadcf0032a817da2f37151e
https://github.com/llvm/llvm-project/commit/4df44c4f9c0f07109eadcf0032a817da2f37151e
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M mlir/lib/Interfaces/SideEffects.cpp
Log Message:
-----------
[mlir] Only treat "Alloc" effects as dead if they are for operation results.
Allocate could be used for an "output" of an operation in the case of buffer-style operations.
More information about the All-commits
mailing list