This is an archive of the discontinued LLVM Phabricator instance.

[CallSite removal][ExecutionEngine] Use CallBase in the Interpreter. NFC
ClosedPublic

Authored by craig.topper on Apr 19 2020, 11:30 PM.

Details

Summary

While there use the VAStart/VAEnd/VACopy/IntrinsicInst visitor
methods to avoid custom checking for these cases.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 19 2020, 11:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2020, 11:30 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
mtrofin accepted this revision.Apr 20 2020, 9:18 AM

lgtm, some nits

llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
1134

"me" -> "Me"?

1162–1163

Can the iterator be capitalized? Since there's an "I", how about ArgI?

This revision is now accepted and ready to land.Apr 20 2020, 9:18 AM
This revision was automatically updated to reflect the committed changes.