[PATCH] D48674: SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 11:23:14 PDT 2018


dblaikie added a subscriber: MatzeB.
dblaikie added a comment.

This feature was/is only enabled in -O0, though, right? As a debugging aid,
if I recall correctly - because it can be super confusing when your code
falls off the end of one function into the next. Is the code size savings
(only at O0) worth the increased cost to debug?


Repository:
  rL LLVM

https://reviews.llvm.org/D48674





More information about the llvm-commits mailing list