This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] Additional test coverage for validating dialect instructions for SystemZ
ClosedPublic

Authored by anirudhp on Oct 20 2021, 12:47 PM.

Details

Summary
  • There are certain instructions most notably those with extended mnemonics that restricted to only the gnu/att variant
  • There are also certain instruction aliases/mnemonic aliases that are restricted only to the HLASM variant (see https://reviews.llvm.org/D97581, https://reviews.llvm.org/D94250 and https://reviews.llvm.org/D92185 for reference)
  • This patch adds a few tests to check for the behaviour introduced in the above patches. The testing coverage could not be added in at the same time, due to parallel work being done introducing the HLASM syntax

Diff Detail

Event Timeline

anirudhp requested review of this revision.Oct 20 2021, 12:47 PM
anirudhp created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2021, 12:47 PM
uweigand accepted this revision.Oct 21 2021, 3:40 AM

LGTM, thanks!

This revision is now accepted and ready to land.Oct 21 2021, 3:40 AM