This is an archive of the discontinued LLVM Phabricator instance.

[SafeStack] Handle unreachable code with safe stack coloring.
ClosedPublic

Authored by efriedma on Aug 21 2018, 4:40 PM.

Details

Summary

Instead of asserting that the function doesn't have any unreachable code, just ignore it for the purpose of computing liveness.

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma created this revision.Aug 21 2018, 4:40 PM
eugenis accepted this revision.Aug 21 2018, 4:47 PM
This revision is now accepted and ready to land.Aug 21 2018, 4:47 PM
This revision was automatically updated to reflect the committed changes.