This is an archive of the discontinued LLVM Phabricator instance.

[MVE][MC] evaluateBranch: add missing MVE opcodes
ClosedPublic

Authored by SjoerdMeijer on Jan 28 2020, 7:13 AM.

Details

Summary

This adds some missing MVE opcodes to evaluateBranch, which results in llvm-objdump being able to print the PC relative branch target as an annotation.

Diff Detail

Event Timeline

SjoerdMeijer created this revision.Jan 28 2020, 7:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2020, 7:13 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
samparker accepted this revision.Jan 29 2020, 3:23 AM

Cheers, LGTM.

This revision is now accepted and ready to land.Jan 29 2020, 3:23 AM

thanks for taking a look

This revision was automatically updated to reflect the committed changes.