This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from 1083c155dc1 [InstCombine] add tests for insertelement+binop; NFC adds 7e4b0fae2e7 Add cmake option to disable minidumps, default it to off adds d1341152d91 Revert rr340111 "[GISel]: Add Legalization/lowering code fo [...] adds defe1e27b11 ValueTracking: Handle more instructions in isKnownNeverNaN
No new revisions were added by this update.
Summary of changes: CMakeLists.txt | 2 + include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 3 - include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 9 - include/llvm/Config/config.h.cmake | 3 + .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 5 - lib/Analysis/ValueTracking.cpp | 36 +++- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 122 +------------ lib/Support/Process.cpp | 3 +- test/Transforms/InstCombine/known-never-nan.ll | 51 ++---- unittests/CodeGen/GlobalISel/CMakeLists.txt | 1 - .../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 188 -------------------- unittests/CodeGen/GlobalISel/LegalizerHelperTest.h | 190 --------------------- 12 files changed, 51 insertions(+), 562 deletions(-) delete mode 100644 unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp delete mode 100644 unittests/CodeGen/GlobalISel/LegalizerHelperTest.h