This is an archive of the discontinued LLVM Phabricator instance.

[NFC][SVE] Add missing tests for i32 INC/DEC patterns.
ClosedPublic

Authored by paulwalker-arm on Dec 10 2021, 5:32 AM.

Details

Summary

D111441 included trunc isel patterns for sve_int_pred_pattern_a
but no accompanying tests. This patch adds the missing tests and
also simplifies the isel patterns that use sve_cnt_shl_imm.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Dec 10 2021, 5:32 AM
paulwalker-arm requested review of this revision.Dec 10 2021, 5:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2021, 5:32 AM
kmclaughlin accepted this revision.Dec 10 2021, 9:50 AM

Thank you for adding these tests @paulwalker-arm, LGTM

This revision is now accepted and ready to land.Dec 10 2021, 9:50 AM