This is an archive of the discontinued LLVM Phabricator instance.

SelectionDAG: accommodate atomic floating stores
ClosedPublic

Authored by t.p.northover on May 9 2019, 2:44 AM.

Details

Reviewers
sanjoy
jfb
Summary

We were applying a pointer truncation to floating types after r359676, which crashed LLVM. That is Not A Good Thing(TM).

Diff Detail

Event Timeline

t.p.northover created this revision.May 9 2019, 2:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2019, 2:44 AM
jfb accepted this revision.May 9 2019, 8:59 AM
This revision is now accepted and ready to land.May 9 2019, 8:59 AM
sanjoy accepted this revision.May 9 2019, 1:00 PM

LGTM

Thanks for the quick fix!

t.p.northover closed this revision.May 10 2019, 4:23 AM

Thanks. Committed as r360421.