[PATCH] D47372: StackColoring: better handling of statically unreachable code

Than McIntosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 06:40:48 PDT 2018


thanm created this revision.
Herald added a subscriber: llvm-commits.

Avoid assert/crash during liveness calculation in situations
where the incoming machine function has statically unreachable BBs.
Second attempt at submitting; tis version of the change includes
a revised testcase.

Fixes PR37130.


Repository:
  rL LLVM

https://reviews.llvm.org/D47372

Files:
  lib/CodeGen/StackColoring.cpp
  test/CodeGen/X86/PR37310.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47372.148600.patch
Type: text/x-patch
Size: 6568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/4170515d/attachment.bin>


More information about the llvm-commits mailing list