This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Drop `ResumeOp::verify()` function
ClosedPublic

Authored by victor-eds on Mar 31 2023, 10:24 AM.

Details

Summary

In patch https://reviews.llvm.org/rG478bd0735fc094d3af37e9791df5118a402ae7a7,
this function was changed so that it always returns success(). Drop this
and explicitly state it won't be generated in the .td file and explain
llvm.resume restrictions will be checked in LLVMFuncOp::verify().

Diff Detail

Event Timeline

victor-eds created this revision.Mar 31 2023, 10:24 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
victor-eds requested review of this revision.Mar 31 2023, 10:24 AM
gysit accepted this revision.Mar 31 2023, 11:49 AM

Thanks for the cleanup!

This revision is now accepted and ready to land.Mar 31 2023, 11:49 AM
Dinistro accepted this revision.Apr 2 2023, 11:19 PM
This revision was automatically updated to reflect the committed changes.