[llvm] [nfc] Expose `canReturn` from FunctionAttrs (PR #135650)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 15 10:54:46 PDT 2025
mtrofin wrote:
> exposing this is fine, although CFG.h doesn't seem like the right place since it's concerned with just traversing a function's CFG, not actually looking at semantics
It felt a lot, to me, like the reachability analysis above it.
https://github.com/llvm/llvm-project/pull/135650
More information about the llvm-commits
mailing list