This is an archive of the discontinued LLVM Phabricator instance.

Fix `insertFunctionArguments()` block argument order.
ClosedPublic

Authored by csigg on Nov 4 2021, 12:57 AM.

Diff Detail

Event Timeline

csigg created this revision.Nov 4 2021, 12:57 AM
csigg requested review of this revision.Nov 4 2021, 12:57 AM
csigg updated this revision to Diff 384680.Nov 4 2021, 1:06 AM

Don't print ops in generic form, let the verifier handle errors instead.

rriddle accepted this revision.Nov 4 2021, 8:08 AM
This revision is now accepted and ready to land.Nov 4 2021, 8:08 AM

Thanks for the fix!

This revision was automatically updated to reflect the committed changes.