Files
clang-p2996/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp
Mircea Trofin 1576fa1010 [ctxprof] Extend the notion of "cannot return" (#135651)
At the time of instrumentation (and instrumentation lowering), `noreturn` is not applied uniformously. Rather than running `FunctionAttrs` pass, we just need to use `llvm::canReturn` exposed in PR #135650
2025-04-16 10:39:34 -07:00

18 KiB