This is an archive of the discontinued LLVM Phabricator instance.

[SVE][InstCombine] Don't convert calls to fp binop intrinsics to instructions when strictfp is required.
ClosedPublic

Authored by paulwalker-arm on Apr 5 2023, 3:59 AM.

Details

Summary

There's no support to lower scalable vector constrained operations for SVE
and thus without this change we'll crash during code generation.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Apr 5 2023, 3:59 AM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Apr 5 2023, 3:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2023, 3:59 AM
huntergr accepted this revision.Apr 5 2023, 4:56 AM
This revision is now accepted and ready to land.Apr 5 2023, 4:56 AM
Matt added a subscriber: Matt.Apr 5 2023, 10:37 PM