Skip to content

Commit

Permalink
llvm: Update baseline to a63f915771ea89651a53584e483b3c5d9e73bd27
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent 91bfa59 commit cddfb25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions comptime.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -5080,7 +5080,7 @@ cpython/transpose.ll 184082413
cpython/tupleobject.ll 490873464
cpython/typeobject.ll 5979646135
cpython/typevarobject.ll 640852416
cpython/unicodectype.ll 445222006
cpython/unicodectype.ll 444744279
cpython/unicodedata.ll 1914678254
cpython/unicodeobject.ll 14265423552
cpython/unionobject.ll 276630712
Expand Down Expand Up @@ -16393,7 +16393,7 @@ llvm/WindowsResource.cpp.ll 2982375206
llvm/WithColor.cpp.ll 613122936
llvm/WorkList.cpp.ll 1397418091
llvm/X86.cpp.ll 3654992874
llvm/X86ATTInstPrinter.cpp.ll 663790689
llvm/X86ATTInstPrinter.cpp.ll 663077341
llvm/X86ArgumentStackSlotRebase.cpp.ll 492267690
llvm/X86AsmBackend.cpp.ll 2366076597
llvm/X86AsmParser.cpp.ll 10881559966
Expand Down Expand Up @@ -29759,7 +29759,7 @@ postgres/tzparser.ll 155981913
postgres/unicode_category.ll 123845805
postgres/unicode_category_shlib.ll 123647180
postgres/unicode_category_srv.ll 123846233
postgres/unicode_norm.ll 386387712
postgres/unicode_norm.ll 385952841
postgres/unicode_norm_shlib.ll 386432210
postgres/unicode_norm_srv.ll 797467784
postgres/user.ll 752545445
Expand Down Expand Up @@ -32226,7 +32226,7 @@ redis/ldblib.ll 132465186
redis/ldebug.ll 279695742
redis/ldo.ll 287553373
redis/lgc.ll 314783356
redis/linenoise.ll 682892506
redis/linenoise.ll 682207253
redis/liolib.ll 162420048
redis/listpack.ll 951648238
redis/llex.ll 412041822
Expand Down Expand Up @@ -32842,7 +32842,7 @@ ruby/dir.ll 1100063905
ruby/dln.ll 81718995
ruby/dln_find.ll 70947797
ruby/emacs_mule.ll 97641311
ruby/emoji_iso2022_kddi.ll 171801828
ruby/emoji_iso2022_kddi.ll 171607691
ruby/encoding.ll 743478525
ruby/enum.ll 1604475261
ruby/enumerator.ll 1291557452
Expand Down
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 36 files
+13 −0 clang/include/clang/Lex/Preprocessor.h
+8 −8 clang/lib/Basic/Targets/SPIR.h
+34 −49 clang/lib/Lex/PPMacroExpansion.cpp
+1 −1 clang/test/CodeGen/target-data.c
+1 −1 clang/test/CodeGenOpenCL/builtins-amdgcn.cl
+23 −32 flang/lib/Lower/DirectivesCommon.h
+2 −2 flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
+98 −9 flang/test/Lower/OpenACC/acc-atomic-capture.f90
+9 −10 flang/test/Lower/OpenACC/acc-atomic-read.f90
+2 −2 flang/test/Lower/OpenACC/acc-atomic-update-array.f90
+3 −3 flang/test/Lower/OpenMP/atomic-capture.f90
+7 −7 flang/test/Lower/OpenMP/atomic-read.f90
+0 −9 lldb/source/ValueObject/ValueObject.cpp
+0 −21 lldb/test/API/lang/cpp/dereferencing_references/TestCPPDereferencingReferences.py
+0 −2 lldb/test/API/lang/cpp/dereferencing_references/main.cpp
+40 −52 llvm/lib/IR/Intrinsics.cpp
+5 −2 llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+3 −11 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+6 −6 llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
+208 −0 llvm/test/CodeGen/AMDGPU/eliminate-frame-index-v-add-co-u32.mir
+2 −4 llvm/test/CodeGen/AMDGPU/eliminate-frame-index-v-add-u32.mir
+161 −32 llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleaved-access.ll
+7 −236 llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-changes-length.ll
+53 −18 llvm/test/CodeGen/SPIRV/optimizations/add-check-overflow.ll
+2 −2 llvm/unittests/ADT/FunctionRefTest.cpp
+140 −61 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
+3 −2 mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
+1 −1 mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
+7 −7 mlir/test/Dialect/OpenACC/invalid.mlir
+8 −8 mlir/test/Dialect/OpenACC/ops.mlir
+20 −20 mlir/test/Dialect/OpenMP/invalid.mlir
+52 −52 mlir/test/Dialect/OpenMP/ops.mlir
+2 −2 mlir/test/Target/LLVMIR/openmp-llvm-invalid.mlir
+49 −49 mlir/test/Target/LLVMIR/openmp-llvm.mlir
+2 −2 mlir/test/Target/LLVMIR/openmp-todo.mlir
+170 −2 mlir/unittests/Dialect/OpenACC/OpenACCOpsTest.cpp

0 comments on commit cddfb25

Please sign in to comment.