This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master in repository toolchain/llvm/llvm.
from fd195ce798b [llvm-mca] Propagate fatal llvm-mca errors from library cla [...] adds b15a8309585 [InstCombine] add more tests for trig reflections; NFC (PR38458) adds 7b19ab70e3e [CodeGen] Fix assert in SelectionDAG::computeKnownBits adds e8a927c34a0 [InstCombine][NFC] Tests for 'signed truncation check' opti [...] adds 8b80050699f [SimplifyLibCalls] add reflection fold for -sin(-x) (PR38458) adds f3c7df4a0ed NFC: Add a test to LV showing that reduction is not possibl [...] adds 6c5927533a7 [SimplifyLibCalls] don't drop fast-math-flags on trig refle [...] adds 6a6b35cd86b revert r339608 - [SimplifyLibCalls] don't drop fast-math-fl [...] adds 3edbc102ddf [InstCombine] Optimize redundant 'signed truncation check p [...] adds 8244893b611 Revert "[InstCombine] Optimize redundant 'signed truncation [...]
No new revisions were added by this update.
Summary of changes: include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 - lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 42 +- .../AMDGPU/extract-subvector-equal-length.ll | 30 + test/Transforms/InstCombine/cos-1.ll | 98 +++- .../InstCombine/signed-truncation-check.ll | 634 +++++++++++++++++++++ test/Transforms/LoopVectorize/reduction.ll | 39 ++ 7 files changed, 822 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/AMDGPU/extract-subvector-equal-length.ll create mode 100644 test/Transforms/InstCombine/signed-truncation-check.ll