[all-commits] [llvm/llvm-project] 7d4527: [Sink] Add willreturn test
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Apr 7 07:35:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d452742632dc0d14e45bac72a2874c75d64e15e
https://github.com/llvm/llvm-project/commit/7d452742632dc0d14e45bac72a2874c75d64e15e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M llvm/test/Transforms/Sink/call.ll
Log Message:
-----------
[Sink] Add willreturn test
Explicitly test the nounwind/willreturn combinations.
Commit: e22af03a794d633915d0b51c15e05bb9cb9b4ec9
https://github.com/llvm/llvm-project/commit/e22af03a794d633915d0b51c15e05bb9cb9b4ec9
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/Sink.cpp
M llvm/test/Transforms/Sink/call.ll
Log Message:
-----------
[Sink] Don't sink non-willreturn calls (PR51188)
Fixes https://github.com/llvm/llvm-project/issues/51188.
Compare: https://github.com/llvm/llvm-project/compare/afa1ae9e0c0b...e22af03a794d
More information about the All-commits
mailing list