This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf5fc97 [TLI] Appease spurious MSVC warning using llvm_unreachable. NFC. new e9d3b46 [InstCombine] add tests for shl nsw + icmp sle; NFC new 90b7e38 [EarlyCSE] Don't DSE across readnone functions that may throw
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/Scalar/EarlyCSE.cpp | 13 +-- test/Transforms/EarlyCSE/readnone-mayunwind.ll | 15 +++ test/Transforms/InstCombine/icmp-shl-nsw.ll | 138 +++++++++++++++++++++++++ 3 files changed, 160 insertions(+), 6 deletions(-) create mode 100644 test/Transforms/EarlyCSE/readnone-mayunwind.ll