This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6e0db83ad3 [Utils] Salvage debug info from all no-op casts new 7bdbf6e4d2b [X86] Autogenerate complete checks. NFC new ebf3d94ea57 [X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND wh [...]
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/X86EvexToVex.cpp | 29 ++++- test/CodeGen/X86/avx-intrinsics-x86.ll | 4 +- test/CodeGen/X86/avx-schedule.ll | 8 +- test/CodeGen/X86/avx512-intrinsics.ll | 6 +- test/CodeGen/X86/avx512-scalar.ll | 169 ++++++++++++++++++---------- test/CodeGen/X86/avx512vl-intrinsics.ll | 2 +- test/CodeGen/X86/rounding-ops.ll | 20 ++-- test/CodeGen/X86/sse41-intrinsics-x86.ll | 10 +- test/CodeGen/X86/sse41-schedule.ll | 16 +-- test/CodeGen/X86/vec_floor.ll | 40 +++---- test/CodeGen/X86/vec_ss_load_fold.ll | 33 ++---- utils/TableGen/X86EVEX2VEXTablesEmitter.cpp | 20 +++- 12 files changed, 222 insertions(+), 135 deletions(-)