This is an archive of the discontinued LLVM Phabricator instance.

[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
useful to have.

Diff Detail

Event Timeline

silvas created this revision.Oct 22 2020, 6:57 PM
silvas requested review of this revision.Oct 22 2020, 6:57 PM
silvas updated this revision to Diff 300142.Oct 22 2020, 6:59 PM

fix whitespace

mehdi_amini accepted this revision.Oct 22 2020, 7:08 PM
mehdi_amini added inline comments.
mlir/include/mlir/IR/Function.h
71

C

This revision is now accepted and ready to land.Oct 22 2020, 7:08 PM
This revision was automatically updated to reflect the committed changes.