This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Fix selection failure caused by fp/int convert using non-Neon types
ClosedPublic

Authored by bsmith on Feb 10 2022, 4:48 AM.

Diff Detail

Event Timeline

bsmith created this revision.Feb 10 2022, 4:48 AM
bsmith requested review of this revision.Feb 10 2022, 4:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2022, 4:48 AM
paulwalker-arm added inline comments.Feb 10 2022, 5:07 AM
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
13734

As is my usual comment. Can this test be tightened up?

bsmith updated this revision to Diff 407526.Feb 10 2022, 7:06 AM
  • Tighten check around type sizes
paulwalker-arm accepted this revision.Feb 10 2022, 7:12 AM
paulwalker-arm added inline comments.
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
13727–13728

I'm happy but for bonus points you should be able to remove this.

This revision is now accepted and ready to land.Feb 10 2022, 7:12 AM