This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Add readflm/setflm intrinsics to Clang
ClosedPublic

Authored by qiucf on Aug 12 2020, 10:58 PM.

Details

Summary

dbcfbffc adds ppc.readflm and ppc.setflm intrinsics to read or write FPSCR register. This patch adds them to Clang.

Diff Detail

Event Timeline

qiucf created this revision.Aug 12 2020, 10:58 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 12 2020, 10:58 PM
qiucf requested review of this revision.Aug 12 2020, 10:58 PM
steven.zhang accepted this revision.Aug 21 2020, 12:01 AM

LGTM, thank you!

This revision is now accepted and ready to land.Aug 21 2020, 12:01 AM
This revision was automatically updated to reflect the committed changes.