This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 00748f4 [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC ins [...] new b603350 [X86][SSE] Avoid specifying unused arguments in SHUFPD lowering new b10dff9 [PM] Port LoopDataPrefetch AArch64 tests to new pass manager
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/Target/X86/X86ISelLowering.cpp | 7 +- lib/Target/X86/X86InstrSSE.td | 12 + test/CodeGen/X86/haddsub-2.ll | 16 +- test/CodeGen/X86/haddsub-undef.ll | 6 +- test/CodeGen/X86/nontemporal-2.ll | 2 +- test/CodeGen/X86/pr11334.ll | 14 +- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 4 +- test/CodeGen/X86/sse3-avx-addsub-2.ll | 14 +- test/CodeGen/X86/sse_partial_update.ll | 4 +- test/CodeGen/X86/vec_extract.ll | 8 +- test/CodeGen/X86/vec_fp_to_int.ll | 310 ++++++++++----------- test/CodeGen/X86/vector-rem.ll | 8 +- test/CodeGen/X86/widen_conv-3.ll | 4 +- test/CodeGen/X86/widen_conv-4.ll | 8 +- .../LoopDataPrefetch/AArch64/kryo-large-stride.ll | 2 + .../LoopDataPrefetch/AArch64/large-stride.ll | 3 + .../AArch64/opt-remark-with-hotness.ll | 4 + .../LoopDataPrefetch/AArch64/opt-remark.ll | 3 + 18 files changed, 228 insertions(+), 201 deletions(-)