This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Add volatile reduction pass
ClosedPublic

Authored by arsenm on Oct 21 2022, 2:25 PM.

Details

Summary

Removing volatile may help optimization passes do more to the IR. However,
this will increase scheduler freedom.

Diff Detail

Event Timeline

arsenm created this revision.Oct 21 2022, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 2:25 PM
arsenm requested review of this revision.Oct 21 2022, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 2:25 PM
Herald added a subscriber: wdng. · View Herald Transcript
aeubanks accepted this revision.Oct 21 2022, 3:42 PM
This revision is now accepted and ready to land.Oct 21 2022, 3:42 PM