This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d10baa1 ValueMapper: fix assertion when null-mapping a constant for l [...] new 667a9bf Tighten some of the name map checks further new 6874677 [X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX intege [...]
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: include/llvm/IR/IntrinsicsX86.td | 62 ------- lib/DebugInfo/PDB/Raw/NameMap.cpp | 6 +- lib/IR/AutoUpgrade.cpp | 15 +- lib/Target/X86/X86IntrinsicsInfo.h | 18 --- lib/Transforms/InstCombine/InstCombineCalls.cpp | 44 ----- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 66 ++++++++ test/CodeGen/X86/avx-intrinsics-x86.ll | 106 +----------- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 66 ++++---- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 96 +++++++++++ test/CodeGen/X86/avx2-intrinsics-x86.ll | 197 +---------------------- test/CodeGen/X86/avx2-pmovxrm-intrinsics.ll | 63 ++++---- test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 36 ++--- test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 66 ++++++++ test/CodeGen/X86/sse41-intrinsics-x86.ll | 96 ----------- test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll | 37 +++-- test/CodeGen/X86/stack-folding-int-avx2.ll | 45 +++--- test/Transforms/InstCombine/x86-pmovsx.ll | 70 -------- test/Transforms/InstCombine/x86-pmovzx.ll | 137 ---------------- 18 files changed, 367 insertions(+), 859 deletions(-) delete mode 100644 test/Transforms/InstCombine/x86-pmovsx.ll delete mode 100644 test/Transforms/InstCombine/x86-pmovzx.ll