Instead of asserting that the function doesn't have any unreachable code, just ignore it for the purpose of computing liveness.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D51070
[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
Event TimelineThis revision is now accepted and ready to land.Aug 21 2018, 4:47 PM Closed by commit rL340456: [SafeStack] Handle unreachable code with safe stack coloring. (authored by efriedma). · Explain WhyAug 22 2018, 2:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162057 llvm/trunk/lib/CodeGen/SafeStackColoring.cpp
llvm/trunk/test/Transforms/SafeStack/AArch64/unreachable.ll
|