This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfig in repository toolchain/ci/llvm-project.
from 7996b49053f Revert "[ARM] Improve codegen of volatile load/store of i64" new 9db3e5d5156 [InstCombine] Fix infinite loop in min/max load/store bitca [...] new d65ef4321e6 [InstCombine] Add test for -expensive-combines option; NFC new d9b836dc6f7 [InstCombine] Support disabling expensive combines in opt new fc12083cbc5 [InstCombine] Fix infinite min/max canonicalization loop (PR44541)
The 4 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: .../InstCombine/InstCombineLoadStoreAlloca.cpp | 5 ++++ .../Transforms/InstCombine/InstCombineSelect.cpp | 6 +++++ .../InstCombine/InstructionCombining.cpp | 3 ++- .../Transforms/InstCombine/expensive-combines.ll | 28 +++++++++++++++++++++ llvm/test/Transforms/InstCombine/pr44541.ll | 25 +++++++++++++++++++ llvm/test/Transforms/InstCombine/pr44835.ll | 29 ++++++++++++++++++++++ 6 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 llvm/test/Transforms/InstCombine/expensive-combines.ll create mode 100644 llvm/test/Transforms/InstCombine/pr44541.ll create mode 100644 llvm/test/Transforms/InstCombine/pr44835.ll