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-aarch64-lts-allyesconfig in repository toolchain/ci/llvm-project.
from 71c3f57326c [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixed adds 5fbba36cbe9 [SimplifyCFG] Skip merging return blocks if it would break [...] adds ef7dbe6de65 [X86][SSE] combineX86ShufflesConstants - early out for zero [...]
No new revisions were added by this update.
Summary of changes: llvm/lib/Target/X86/X86ISelLowering.cpp | 8 ++++++- llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 15 ++++++++++++ llvm/test/CodeGen/X86/pr45443.ll | 21 ++++++++++++++++ .../Transforms/SimplifyCFG/callbr-destinations.ll | 28 ++++++++++++++++++++++ 4 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 llvm/test/CodeGen/X86/pr45443.ll create mode 100644 llvm/test/Transforms/SimplifyCFG/callbr-destinations.ll