This is an archive of the discontinued LLVM Phabricator instance.

[X86][test] Add encoding/decoding tests for VEX instruction w/ address-size prefix
ClosedPublic

Authored by skan on Mar 24 2022, 7:01 PM.

Diff Detail

Event Timeline

skan created this revision.Mar 24 2022, 7:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 7:01 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
skan requested review of this revision.Mar 24 2022, 7:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 7:01 PM
RKSimon added inline comments.
llvm/test/MC/Disassembler/X86/x86-64-avx.txt
10

I realise vphsubd isn't but these should be sorted in alpha order, so move vpsubq to the bottom

skan updated this revision to Diff 419311.Mar 30 2022, 7:12 PM
skan marked an inline comment as done.

move vpsubq to the bottom in disasm test

RKSimon accepted this revision.Mar 31 2022, 1:49 AM

LGTM

This revision is now accepted and ready to land.Mar 31 2022, 1:49 AM
hvdijk accepted this revision.Apr 12 2022, 10:34 AM

I've pushed D122540, would you like me to push this as well or would you rather do that yourself?

skan added a comment.Apr 12 2022, 9:48 PM

I've pushed D122540, would you like me to push this as well or would you rather do that yourself?

Thanks for the inform. I can do it myself.

This revision was landed with ongoing or failed builds.Apr 12 2022, 9:50 PM
This revision was automatically updated to reflect the committed changes.