[PATCH] D57050: [CodeGenPrepare] Handle all debug calls in dupRetToEnableTailCallOpts()

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 00:57:22 PST 2019


jonpa updated this revision to Diff 183055.
jonpa marked 2 inline comments as done.
jonpa added a comment.

> Thanks for the patch. Could you please reduce the test case a bit further? There are kilobytes of debug info metadata > here which don't appear necessary for reproducing the problem.
> 
> To start, I suggest running `opt -strip -metarenamer -debugify` on the IR input. That should still reproduce the issue.

Ah, that's how you do it! :-)

Test case reduced.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57050/new/

https://reviews.llvm.org/D57050

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  test/CodeGen/SystemZ/debuginstr-cgp.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57050.183055.patch
Type: text/x-patch
Size: 5128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190123/1cd51601/attachment.bin>


More information about the llvm-commits mailing list