[PATCH] D49299: [MachineOutliner][X86] Use TAILJMPd64 instead of JMP_1 for TailCall construction

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 09:00:46 PDT 2018


paquette accepted this revision.
paquette added a comment.

This looks good to me.

In https://reviews.llvm.org/D49299#1161671, @craig.topper wrote:

> This seems right to me. I assume from the use of CALL64pcrel32 in the other branch that outlining is 64-bit only?


Yep!


https://reviews.llvm.org/D49299





More information about the llvm-commits mailing list