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

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 22 11:15:06 PST 2019


vsk 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.


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

https://reviews.llvm.org/D57050





More information about the llvm-commits mailing list