This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Rename 'setInsertionPointAfter' to avoid ambiguity
ClosedPublic

Authored by dcaballe on Sep 4 2020, 12:01 PM.

Details

Summary

Rename 'setInsertionPointAfter(Value)' API to avoid ambiguity with
'setInsertionPointAfter(Operation *)' for SingleResult operations which
implicitly convert to Value (see D86756).

Diff Detail

Event Timeline

dcaballe created this revision.Sep 4 2020, 12:01 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Sep 4 2020, 12:01 PM
mehdi_amini accepted this revision.Sep 10 2020, 3:26 PM
This revision is now accepted and ready to land.Sep 10 2020, 3:26 PM