[PATCH] D30670: [Outliner] Add tail call support

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 17:45:04 PST 2017


MatzeB added a comment.

Wouldn't the things you do for tail calls here apply in the same way to all forms of returning instructions (MachineInstr::isReturn()), I would assume sequences ending in a return are even more common than tail calls.


https://reviews.llvm.org/D30670





More information about the llvm-commits mailing list