This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Fix incorrect VT usage when lowering fixed length vector divides.
ClosedPublic

Authored by paulwalker-arm on Dec 22 2022, 9:35 AM.

Details

Summary

Ensure the negation required when lowering negative power-of-two
divides uses the scalable vector container type with the fixed
length result extracted from it.

Fixes: #59647

Diff Detail

Event Timeline

paulwalker-arm created this revision.Dec 22 2022, 9:35 AM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Dec 22 2022, 9:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2022, 9:35 AM
Matt added a subscriber: Matt.Dec 27 2022, 8:14 AM
david-arm accepted this revision.Jan 5 2023, 8:27 AM

LGTM!

This revision is now accepted and ready to land.Jan 5 2023, 8:27 AM
This revision was landed with ongoing or failed builds.Jan 8 2023, 5:10 AM
This revision was automatically updated to reflect the committed changes.