This is an archive of the discontinued LLVM Phabricator instance.

[MIR] Skip hoisting to throwable or return machine basic blocks
ClosedPublic

Authored by anton-afanasyev on Jun 11 2019, 10:05 AM.

Details

Summary

Fix hoisting to basic block which are not legal for hoisting cause
it can be terminated by exception or it is return block.

Diff Detail

Repository
rL LLVM

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2019, 10:05 AM

Missing a test

Thanks, updating.

Update description

This revision is now accepted and ready to land.Jun 12 2019, 4:46 AM
This revision was automatically updated to reflect the committed changes.