[all-commits] [llvm/llvm-project] 1253c4: [mlir] Add FuncOp::eraseResults
Sean Silva via All-commits
all-commits at lists.llvm.org
Fri Oct 23 11:04:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1253c40727d2fae9398fc63c86de75db88fb5124
https://github.com/llvm/llvm-project/commit/1253c40727d2fae9398fc63c86de75db88fb5124
Author: Sean Silva <silvasean at google.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M mlir/include/mlir/IR/Function.h
M mlir/lib/IR/Function.cpp
A mlir/test/IR/test-func-erase-result.mlir
M mlir/test/lib/IR/TestFunc.cpp
Log Message:
-----------
[mlir] Add FuncOp::eraseResults
I just found I needed this in an upcoming patch, and it seems generally
useful to have.
Differential Revision: https://reviews.llvm.org/D90000
More information about the All-commits
mailing list