StackProtector: ignore debug insts when splitting blocks.
When deciding where to split a block to insert stack guard checks, we should move past any debug instructions we see that might (e.g.) be separating a tail call from its frame wrangling.
Loading
Please sign in to comment