This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Extra unit tests for trunc lowering of vectors
ClosedPublic

Authored by nilanjana_basu on Nov 2 2022, 2:59 PM.

Details

Summary

These tests show code generation for vectorized trunc lowering from i16 to i8 in AArch64.
These tests should be updated when 'trunc' lowering of vectors is extended to use 'tbl' instructions.

Diff Detail

Event Timeline

nilanjana_basu created this revision.Nov 2 2022, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 2:59 PM
nilanjana_basu requested review of this revision.Nov 2 2022, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 2:59 PM
fhahn accepted this revision.Nov 22 2022, 2:54 AM

lgtm, thanks!

This revision is now accepted and ready to land.Nov 22 2022, 2:54 AM