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-allmodconfig in repository toolchain/ci/llvm-project.
from 92d5c1be9ee [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_ [...] adds 5086fa03334 [PowerPC] Pre-commit reduced test case for PR45297. NFC. adds 40633cc752a [PowerPC] Enhance test for PR45297. NFC. adds 66cfbf17a18 [PowerPC] Fix test for PR45297 to adapt build without asser [...] adds b11ecd19654 [PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector i [...] adds aa97472d211 Re-land [MC] Fix quadratic behavior in addPendingLabel adds d2071b8fcdc Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel" adds efeb1cead5b Add GitHub action for running lldb tests adds 9cf9cf2a398 [Clang] Fix Hurd toolchain test on a two-stage build with ThinLTO
No new revisions were added by this update.
Summary of changes: .github/workflows/lldb-tests.yml | 47 +++++++++++++++++++++++++++++ clang/lib/Driver/ToolChains/Gnu.cpp | 20 ++++++------ clang/lib/Driver/ToolChains/Gnu.h | 6 ++++ clang/lib/Driver/ToolChains/Hurd.cpp | 8 +++-- clang/lib/Driver/ToolChains/Hurd.h | 6 ++-- clang/lib/Driver/ToolChains/Linux.cpp | 5 +++ clang/lib/Driver/ToolChains/Linux.h | 4 ++- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- llvm/test/CodeGen/PowerPC/pr45297.ll | 22 ++++++++++++++ 9 files changed, 105 insertions(+), 15 deletions(-) create mode 100644 .github/workflows/lldb-tests.yml create mode 100644 llvm/test/CodeGen/PowerPC/pr45297.ll