This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Check for simple type in FPToUInt
ClosedPublic

Authored by samparker on May 31 2019, 7:12 AM.

Details

Summary

DAGCombiner was hitting a SimpleType assertion when trying to combine a v3f32 before type legalization.

bugzilla: https://bugs.llvm.org/show_bug.cgi?id=41916

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.May 31 2019, 7:12 AM
tpr added a subscriber: tpr.May 31 2019, 7:21 AM
sbaranga accepted this revision.May 31 2019, 8:17 AM
sbaranga added a subscriber: sbaranga.

Seems reasonable to me. LGTM

This revision is now accepted and ready to land.May 31 2019, 8:17 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2019, 1:47 AM