[PATCH] D56865: [MergeFunc] Allow merging identical vararg functions using aliases

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 17 11:33:38 PST 2019


rnk added a comment.

Crazy idea: use musttail (only some targets support it) to make this work. Of course, first, make it correct.


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

https://reviews.llvm.org/D56865





More information about the llvm-commits mailing list