This is an archive of the discontinued LLVM Phabricator instance.

[SCF] Handle lowering of Execute region to LLVM
ClosedPublic

Authored by wsmoses on Jul 7 2021, 11:17 AM.

Details

Summary

Lower SCF.executeregionop to llvm by essentially inlining the region and replacing the return

Diff Detail

Event Timeline

wsmoses created this revision.Jul 7 2021, 11:17 AM
wsmoses requested review of this revision.Jul 7 2021, 11:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2021, 11:17 AM

Handle lowering of Execute region to LLVM

I think it should say "to standard CFG".

Can you add tests?

some test please ?

mehdi_amini accepted this revision.Jul 7 2021, 12:24 PM

(please rename the title)

This revision is now accepted and ready to land.Jul 7 2021, 12:24 PM
This revision was landed with ongoing or failed builds.Jul 7 2021, 12:27 PM
This revision was automatically updated to reflect the committed changes.