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-master-arm-next-allnoconfig in repository toolchain/ci/llvm-project.
from d1b51c5de7a [PowerPC] Modify the hasSideEffects of some VSX instruction [...] adds 8612e92ed59 [lldb][NFC] Remove GetASTContext call in ClangDeclVendor adds 128f39da932 Fix crash in getFullyQualifiedName for inline namespace adds 34769e07835 SimplifyDemandedBits - Remove duplicate getOperand() call. NFC. adds a9ad65a2b34 [PowerPC] Change default for unaligned FP access for older [...] adds b6cf400aaea Fix bots after a9ad65a2b34f adds 3b6aec79b2c [X86] Add test cases for v4i64->v4f32 and v8i64->v8f32 stri [...] adds e7853a5ce21 [CMake] Fix lld detection after D69685 adds 7ca86ee6494 [COFF] Make the autogenerated .weak.<name>.default symbols static adds 0acfc493171 Allow redeclaration of __declspec(uuid) adds 36fb199ecaa [lldb][NFC] Remove GetASTContext call in ClangPersistentVariables adds bc5b7217dce Revert "[COFF] Make the autogenerated .weak.<name>.default [...] adds e5957ac3d71 [mlir] Fix the wrong computation of dynamic strides for low [...] adds f748fdb05ff [X86] Fix -enable-machine-outliner for x86-32 after D48683 adds ae321faeedd [X86] Remove a redundant (scalar_to_vector (extract_vector_ [...] adds d62bf16131e [LV] Use getMask() when printing recipe [NFCI] adds a5c96e326a7 [X86] Stop accidentally custom type legalizing v4i32->v4f32 [...] new ef4febd85b5 [Attributor] AAUndefinedBehavior: Check for branches on und [...]
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: clang/lib/AST/QualTypeNames.cpp | 2 +- clang/lib/Sema/SemaDecl.cpp | 4 + clang/lib/Sema/SemaDeclAttr.cpp | 8 +- clang/test/SemaCXX/ms-uuid.cpp | 6 + clang/unittests/Tooling/QualTypeNamesTest.cpp | 11 + compiler-rt/cmake/Modules/AddCompilerRT.cmake | 2 +- .../Clang/ASTResultSynthesizer.cpp | 13 +- .../ExpressionParser/Clang/ClangDeclVendor.cpp | 15 +- .../ExpressionParser/Clang/ClangDeclVendor.h | 8 +- .../Clang/ClangModulesDeclVendor.cpp | 6 +- .../Clang/ClangPersistentVariables.cpp | 38 ++-- .../Clang/ClangPersistentVariables.h | 12 +- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 11 +- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 2 +- llvm/include/llvm/Transforms/IPO/Attributor.h | 35 +++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 16 +- llvm/lib/Target/PowerPC/PPC.td | 6 +- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 3 + llvm/lib/Target/PowerPC/PPCSubtarget.cpp | 1 + llvm/lib/Target/PowerPC/PPCSubtarget.h | 2 + llvm/lib/Target/X86/X86ISelLowering.cpp | 12 +- llvm/lib/Target/X86/X86TargetMachine.cpp | 4 +- llvm/lib/Transforms/IPO/Attributor.cpp | 192 +++++++++++----- llvm/lib/Transforms/Vectorize/VPlan.cpp | 5 +- llvm/lib/Transforms/Vectorize/VPlan.h | 2 +- llvm/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | 3 +- llvm/test/CodeGen/PowerPC/unaligned-floats.ll | 43 ++++ llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll | 242 +++++++++++++++++++++ llvm/test/CodeGen/X86/vec-strict-inttofp-512.ll | 232 ++++++++++++++++++++ .../Attributor/IPConstantProp/PR26044.ll | 14 +- .../IPConstantProp/fp-bc-icmp-const-fold.ll | 2 +- ...lve-after-each-resolving-undefs-for-function.ll | 2 +- .../Transforms/Attributor/undefined_behavior.ll | 153 ++++++++++++- .../StandardToLLVM/ConvertStandardToLLVM.cpp | 9 +- .../StandardToLLVM/convert-memref-ops.mlir | 6 +- 35 files changed, 971 insertions(+), 151 deletions(-) create mode 100644 llvm/test/CodeGen/PowerPC/unaligned-floats.ll