Files
llvm/test/Transforms/FunctionAttrs
Johannes Doerfert b5c6f41f8c [Attributor] Shortcut no-return through will-return
No-return and will-return are exclusive, assuming the latter is more
prominent we can avoid updates of the former unless will-return is not
known for sure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374739 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13 21:25:53 +00:00
..