oontvoo wrote:

> I guess we can do this... but what's the benefit?

At `-O0` (ie., debug build, with dead code elimination disabled),  this  could 
help keeping the binary small because all the stuff that physically follow the 
trap can be safely dropped (`unreachable` and `ClearInsertionPoint()` ensure 
that)



https://github.com/llvm/llvm-project/pull/197789
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to