[PATCH] D45116: Don't inline branch funnels

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 15:28:55 PDT 2018


rnk added a comment.

In https://reviews.llvm.org/D45116#1056216, @pcc wrote:

> Are you sure that would work? The pass runs after RA.


Good point. You might want X86ISelLowering to copy these registers into and out of the ICALL_BRANCH_FUNNEL node, though.


Repository:
  rL LLVM

https://reviews.llvm.org/D45116





More information about the llvm-commits mailing list