This is an archive of the discontinued LLVM Phabricator instance.

Adapt flang to 86771d0b65ee (Introduce ConditionallySpeculatable)
AbandonedPublic

Authored by sanjoy on Oct 12 2022, 11:20 AM.

Details

Summary

This is a safe change, but it is possible that many of these
operations can be marked Pure which will enable more optimizations.

Diff Detail

Event Timeline

sanjoy created this revision.Oct 12 2022, 11:20 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 12 2022, 11:20 AM
sanjoy requested review of this revision.Oct 12 2022, 11:20 AM

Looks like it is still failing even with this patch. Can you revert 86771d0b65ee for the time being?

This revision now requires changes to proceed.Oct 12 2022, 12:17 PM
sanjoy updated this revision to Diff 467226.Oct 12 2022, 12:20 PM
  • Fix a use of RecursiveSideEffects.