This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd44df213f5 [llvm-readelf] Add -e/--headers support to readobj/elf new bcc30af6a16 [BDCE] Add tests for PR39771; NFC new e1acf346170 [InstCombine] try to convert x86 movmsk intrinsic to generi [...]
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/InstCombine/InstCombineCalls.cpp | 58 +++++++++++------ test/Transforms/BDCE/dead-uses.ll | 79 +++++++++++++++++++++++ test/Transforms/InstCombine/X86/x86-movmsk.ll | 85 ++++++++++++++++++------- 3 files changed, 180 insertions(+), 42 deletions(-) create mode 100644 test/Transforms/BDCE/dead-uses.ll