Skip to content

Commit

Permalink
llvm: Update baseline to 48521209aa4d95a97564f8a5af7ccca09c6ede5d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2024
1 parent 373ff8e commit aa60204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 48 files
+1 −0 clang/docs/ReleaseNotes.rst
+1 −1 clang/lib/CodeGen/CGDecl.cpp
+7 −4 clang/lib/Sema/SemaDecl.cpp
+13 −1 clang/test/CXX/class.derived/p2.cpp
+15 −0 clang/test/CodeGenCXX/ext-int.cpp
+0 −33 compiler-rt/test/asan/Unit/lit.site.cfg.py.in
+13 −5 compiler-rt/test/lit.common.cfg.py
+0 −0 compiler-rt/test/ubsan/TestCases/Misc/Posix/diag-stacktrace.cpp
+1 −1 compiler-rt/test/ubsan/TestCases/Misc/Posix/lit.local.cfg.py
+0 −0 compiler-rt/test/ubsan/TestCases/Misc/Posix/print_stack_trace.cpp
+0 −0 compiler-rt/test/ubsan/TestCases/Misc/Posix/sigaction.cpp
+0 −0 compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
+0 −0 compiler-rt/test/ubsan/TestCases/Misc/Posix/ubsan_options.cpp
+14 −7 llvm/include/llvm/ADT/APInt.h
+17 −7 llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
+4 −8 llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
+4 −0 llvm/lib/Transforms/Vectorize/VPlan.h
+34 −0 llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+414 −199 llvm/test/CodeGen/AArch64/aarch64-dup-ext.ll
+784 −357 llvm/test/CodeGen/AArch64/aarch64-matrix-umull-smull.ll
+1,223 −530 llvm/test/CodeGen/AArch64/aarch64-mull-masks.ll
+4 −2 llvm/test/CodeGen/AArch64/aarch64-wide-mul.ll
+48 −19 llvm/test/CodeGen/AArch64/arm64-mul.ll
+2,870 −1,287 llvm/test/CodeGen/AArch64/neon-dotreduce.ll
+428 −181 llvm/test/CodeGen/AArch64/neon-extadd-extract.ll
+2 −2 llvm/test/CodeGen/AArch64/vecreduce-add.ll
+125 −127 llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
+248 −252 llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
+1 −0 llvm/unittests/ADT/APIntTest.cpp
+45 −0 llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp
+1 −1 mlir/include/mlir/TableGen/AttrOrTypeDef.h
+1 −1 mlir/include/mlir/TableGen/Dialect.h
+8 −7 mlir/include/mlir/TableGen/Operator.h
+72 −36 mlir/include/mlir/Transforms/DialectConversion.h
+7 −5 mlir/lib/TableGen/AttrOrTypeDef.cpp
+1 −1 mlir/lib/TableGen/Attribute.cpp
+1 −1 mlir/lib/TableGen/Dialect.cpp
+3 −3 mlir/lib/TableGen/Interfaces.cpp
+11 −10 mlir/lib/TableGen/Operator.cpp
+1 −1 mlir/lib/TableGen/Pattern.cpp
+1 −1 mlir/lib/TableGen/Type.cpp
+8 −8 mlir/lib/Tools/mlir-tblgen/MlirTblgenMain.cpp
+64 −19 mlir/lib/Transforms/Utils/DialectConversion.cpp
+3 −2 mlir/test/mlir-tblgen/op-decl-and-defs.td
+21 −17 mlir/tools/mlir-tblgen/BytecodeDialectGen.cpp
+5 −4 mlir/tools/mlir-tblgen/DialectGen.cpp
+11 −8 mlir/tools/mlir-tblgen/OmpOpGen.cpp
+13 −0 mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

0 comments on commit aa60204

Please sign in to comment.