This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c3ee716e45 [AMDGPU] gfx1010 base changes for wave32 new ae3b422633f Revert "[NFC][CodeGen] Add unary FNeg tests to X86/avx512-i [...] new 265b1bb37a7 Revert "[NFC][CodeGen] Add unary FNeg tests to X86/avx512-i [...] new 6d24f0f5c2c Revert "[NFC][CodeGen] Add unary FNeg tests to X86/avx512vl [...] new 5aad997e840 Revert "[NFC][CodeGen] Add unary FNeg tests to X86/avx512vl [...] new 881c8696287 Revert "[NFC][CodeGen] Add unary FNeg tests to X86/avx512vl [...] new 08c7e1e7d6b Revert "[NFC][CodeGen] Add unary FNeg tests to X86/combine- [...] new f9d9f3b98ea Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma-fneg [...] new 882994f69e3 Revert "[NFC][CodeGen] Forgot 2 unary FNeg tests in X86/fma [...] new a591b4d47de Revert "[NFC][CodeGen] Add unary FNeg tests to X86/fma-intr [...] new 58c78758f42 Revert "[NFC][CodeGen] Add unary FNeg tests to some X86/ an [...] new 39790134b2f Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma4-int [...] new 89e83d63fb9 Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma-intr [...] new 14f03a76ad0 Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma-scal [...] new ca6f95c8496 Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma4-fne [...] new 4ebb766de6b Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma_patt [...] new e2c6da4cb70 Revert "[NFC][CodeGen] Add unary fneg tests to X86/fma_patt [...] new fce74874d2d Revert "[NFC][CodeGen] Add unary fneg tests to fmul-combine [...] new 1bc8cb52719 Revert "[NFC][CodeGen] Add unary fneg tests to fp-fast.ll f [...] new 1f610924b7d Add a clarifying comment about branching on poison
The 19 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/Analysis/ValueTracking.cpp | 4 + test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 1422 +-------------------- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 1402 +------------------- test/CodeGen/X86/combine-fabs.ll | 32 - test/CodeGen/X86/combine-fcopysign.ll | 38 - test/CodeGen/X86/dag-fmf-cse.ll | 26 - test/CodeGen/X86/fast-isel-fneg.ll | 51 - test/CodeGen/X86/fdiv.ll | 66 - test/CodeGen/X86/fma-fneg-combine.ll | 434 ------- test/CodeGen/X86/fma-intrinsics-canonical.ll | 705 +--------- test/CodeGen/X86/fma-intrinsics-fast-isel.ll | 352 ----- test/CodeGen/X86/fma-intrinsics-x86.ll | 896 ------------- test/CodeGen/X86/fma-scalar-combine.ll | 100 +- test/CodeGen/X86/fma4-fneg-combine.ll | 105 -- test/CodeGen/X86/fma4-intrinsics-x86.ll | 221 ---- test/CodeGen/X86/fma_patterns.ll | 304 ----- test/CodeGen/X86/fma_patterns_wide.ll | 219 ---- test/CodeGen/X86/fmul-combines.ll | 66 - test/CodeGen/X86/fnabs.ll | 63 - test/CodeGen/X86/fp-fast.ll | 10 - test/CodeGen/X86/fp-fold.ll | 21 - test/CodeGen/X86/fp-in-intregs.ll | 7 - test/CodeGen/X86/fp-stack-compare-cmov.ll | 10 - test/CodeGen/X86/fp-stack-compare.ll | 12 - test/CodeGen/X86/fsxor-alignment.ll | 26 +- test/CodeGen/X86/neg_fp.ll | 9 +- test/CodeGen/X86/vec_fneg.ll | 14 - test/CodeGen/X86/vec_logical.ll | 17 - test/CodeGen/XCore/fneg.ll | 10 - 29 files changed, 50 insertions(+), 6592 deletions(-)