[PATCH] D13361: Support for emitting inline stack probes

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 12:09:10 PDT 2015


asl added a subscriber: asl.
asl added a comment.

In http://reviews.llvm.org/D13361#260924, @rnk wrote:

> I think it'd be cleaner to avoid changing the target independent TargetFrameLowering interface, and instead keep it as an X86-internal pseudo instruction that we lower in X86ExpandPseudo.cpp. Then PEI doesn't have to worry about this MBB expansion issue. What do you think?


+1


Repository:
  rL LLVM

http://reviews.llvm.org/D13361





More information about the llvm-commits mailing list