I just found I needed this in an upcoming patch, and it seems generally
useful to have.
Details
Details
- Reviewers
rriddle mehdi_amini - Commits
- rG1253c40727d2: [mlir] Add FuncOp::eraseResults
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90000
[mlir] Add FuncOp::eraseResults ClosedPublic Authored by silvas on Oct 22 2020, 6:57 PM.
Details
Summary I just found I needed this in an upcoming patch, and it seems generally
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptOct 22 2020, 6:57 PM This revision is now accepted and ready to land.Oct 22 2020, 7:08 PM Closed by commit rG1253c40727d2: [mlir] Add FuncOp::eraseResults (authored by silvas). · Explain WhyOct 23 2020, 11:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 300350 mlir/include/mlir/IR/Function.h
mlir/lib/IR/Function.cpp
mlir/test/IR/test-func-erase-result.mlir
mlir/test/lib/IR/TestFunc.cpp
|
C