This is an archive of the discontinued LLVM Phabricator instance.

[X86] Remove MCInstLower code that drops operands from some CALL and TAILJMP instructions. Add asserts to verify operand count
ClosedPublic

Authored by craig.topper on Aug 21 2019, 5:15 PM.

Details

Summary

It appears the FIXME here was handled at some point. r159728 from 2012 seems to be at least aportion of fixing it.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Aug 21 2019, 5:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2019, 5:16 PM
RKSimon accepted this revision.Aug 22 2019, 3:05 AM

LGTM

This revision is now accepted and ready to land.Aug 22 2019, 3:05 AM
This revision was automatically updated to reflect the committed changes.