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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from f004359106c [windows] Add /Gw to compiler flags adds 4bcdac8d762 [RISCV] Correct the CallPreservedMask for the function call [...] adds a572a8a147c [CMake] CheckAtomic.cmake: catch false positives in RISC-V adds 7a18790ae2f [libc++] Fix ABI break in __bit_reference. adds d75ce45777d Revert "[CMake] CheckAtomic.cmake: catch false positives in [...] new da0fe2ade36 Filter callbr insts from critical edge splitting
The 1 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: libcxx/include/__bit_reference | 15 +++++ .../trivial_for_purposes_of_call.pass.cpp | 57 ++++++++++++++++++ llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp | 7 --- llvm/lib/Transforms/Scalar/LICM.cpp | 3 +- llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | 3 +- llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll | 70 ++++++++++++++++++++++ llvm/test/Transforms/LICM/callbr-crash.ll | 18 ++++++ 7 files changed, 164 insertions(+), 9 deletions(-) create mode 100644 libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for [...] create mode 100644 llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll create mode 100644 llvm/test/Transforms/LICM/callbr-crash.ll