This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch] Add testcases of LSX intrinsics with immediates
ClosedPublic

Authored by leecheechen on Aug 9 2023, 7:58 PM.

Details

Summary

The testcases mainly cover three situations:

  • the arguments which should be immediates are non immediates.
  • the immediate is out of upper limit of the argument type.
  • the immediate is out of lower limit of the argument type.

Depends on D155829

Diff Detail

Event Timeline

leecheechen created this revision.Aug 9 2023, 7:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2023, 7:58 PM
This comment was removed by leecheechen.
leecheechen edited the summary of this revision. (Show Details)Aug 9 2023, 8:06 PM
leecheechen published this revision for review.Aug 10 2023, 12:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 12:05 AM
SixWeining accepted this revision.Aug 10 2023, 12:14 AM
This revision is now accepted and ready to land.Aug 10 2023, 12:14 AM
This revision was landed with ongoing or failed builds.Aug 20 2023, 8:05 PM
This revision was automatically updated to reflect the committed changes.