This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove redundant test cases for index segment load (1/8).
ClosedPublic

Authored by HsiangKai on Feb 18 2021, 7:29 PM.

Diff Detail

Event Timeline

HsiangKai created this revision.Feb 18 2021, 7:29 PM
HsiangKai requested review of this revision.Feb 18 2021, 7:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 18 2021, 7:29 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
craig.topper accepted this revision.Feb 18 2021, 7:40 PM

I verified that the number of tests now match the number of C intrinsics defined here https://github.com/riscv/rvv-intrinsic-doc/blob/master/rvv_intrinsic_funcs/03_vector_load_store_segment_instructions_zvlsseg.md#vector-indexed-segment-load-functions minus intrinsics that require i64 which we aren't testing on rv32.

LGTM

This revision is now accepted and ready to land.Feb 18 2021, 7:40 PM
This revision was landed with ongoing or failed builds.Feb 18 2021, 7:56 PM
This revision was automatically updated to reflect the committed changes.