This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix llvm.ppc.cfence on float point types
AbandonedPublic

Authored by lkail on Jun 10 2022, 11:57 PM.

Details

Reviewers
nemanjai
shchenz
Group Reviewers
Restricted Project
Summary

Handle llvm.ppc.cfence on f64 and f32 values bitcasted from integer values.

Diff Detail

Event Timeline

lkail created this revision.Jun 10 2022, 11:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 11:58 PM
lkail requested review of this revision.Jun 10 2022, 11:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 11:58 PM
lkail updated this revision to Diff 436119.Jun 11 2022, 12:04 AM
shchenz accepted this revision as: shchenz.Jun 16 2022, 9:32 PM

Looks great! Thanks.

This revision is now accepted and ready to land.Jun 16 2022, 9:32 PM