This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 90159860ad1 [X86] Attempt to match multiple binary reduction ops at once. NFCI new 758e6564c68 [X86] Regenerate rounding-ops.ll with update_llc_test_checks.py new 54c9ba4c534 [X86] Add avx512f command line to rounding-ops.ll new 1b52c8d11b5 [X86] Add avx512vl command line to vec_floor.ll. Add 512-bi [...] new 04bd4860e01 [X86] Remove avx512-round.ll. The 512-bit rounding tests ar [...] new 6e10efc50e3 [X86] Use vrndscaleps/pd for 128/256 ffloor/ftrunc/fceil/fn [...]
The 5 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/X86InstrAVX512.td | 46 +++++ lib/Target/X86/X86InstrSSE.td | 2 +- test/CodeGen/X86/avx512-round.ll | 145 --------------- test/CodeGen/X86/rounding-ops.ll | 202 ++++++++++++++------- test/CodeGen/X86/vec_floor.ll | 371 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 560 insertions(+), 206 deletions(-) delete mode 100644 test/CodeGen/X86/avx512-round.ll