This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] [Clang] Fix alignment adjustment of single-elemented float128
ClosedPublic

Authored by qiucf on Dec 2 2021, 1:49 AM.

Details

Summary

This does similar thing to D91596, but fixes single element 128-bit float type like struct { long double x; }.

Diff Detail

Event Timeline

qiucf created this revision.Dec 2 2021, 1:49 AM
qiucf requested review of this revision.Dec 2 2021, 1:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2021, 1:49 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rjmccall accepted this revision.Dec 2 2021, 2:01 PM

LGTM

This revision is now accepted and ready to land.Dec 2 2021, 2:01 PM
This revision was landed with ongoing or failed builds.Dec 3 2021, 2:08 AM
This revision was automatically updated to reflect the committed changes.