[PATCH] D13361: Support for emitting inline stack probes

Andy Ayers via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 11:49:37 PDT 2015


AndyAyers added a comment.

Pseudo expansion isn't set up to handle introduction of control flow. I can generalize the iterator patterns to handle this, if you still think this is the way to go.

The inline prolog expansion isn't that different from the existing segmented stack or HiPE prolog munging, so I wonder if it makes more sense to keep them together like I had it, even if it means one more virtual in TargetFrameLowering.h. We'll eventually implement this for other targets as we add support for them.


Repository:
  rL LLVM

http://reviews.llvm.org/D13361





More information about the llvm-commits mailing list