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

Than McIntosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 30 07:24:05 PDT 2018


thanm added a comment.

In https://reviews.llvm.org/D46265#1082768, @sdardis wrote:

> @thanm You can take the reproducer in the bug report, produce LLVM-IR from it (-S -emit-llvm), then run it through llc with "-stop-before stack-slot-coloring" to get MIR output. The test file would then be invoked with the same options as before except you'd add '-start-before stack-slot-coloring'.


Thank you! I will look into doing that.


Repository:
  rL LLVM

https://reviews.llvm.org/D46265





More information about the llvm-commits mailing list