Skip to content

Commit

Permalink
llvm: Update baseline to d7e6cba030f34162ea45aef1dc18f708b5d2ec70
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent 758e2ca commit 8f5a36e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions comptime.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -6547,7 +6547,7 @@ draco/quantization_utils.cc.ll 40583661
draco/rans_bit_decoder.cc.ll 105899364
draco/rans_bit_encoder.cc.ll 517720576
draco/sequential_attribute_decoder.cc.ll 350255163
draco/sequential_attribute_decoders_controller.cc.ll 408112344
draco/sequential_attribute_decoders_controller.cc.ll 408520950
draco/sequential_attribute_encoder.cc.ll 384806370
draco/sequential_attribute_encoders_controller.cc.ll 944300158
draco/sequential_integer_attribute_decoder.cc.ll 4173672502
Expand Down Expand Up @@ -7840,7 +7840,7 @@ glslang/hlslOpMap.cpp.ll 46116558
glslang/hlslParseHelper.cpp.ll 18223575268
glslang/hlslParseables.cpp.ll 2415197551
glslang/hlslScanContext.cpp.ll 1385968177
glslang/hlslTokenStream.cpp.ll 277875059
glslang/hlslTokenStream.cpp.ll 278153514
glslang/intermOut.cpp.ll 2835487404
glslang/iomapper.cpp.ll 8546060435
glslang/limits.cpp.ll 221609647
Expand Down Expand Up @@ -14639,7 +14639,7 @@ llvm/DIExpressionOptimizer.cpp.ll 514431309
llvm/DIPrinter.cpp.ll 1392968886
llvm/DJB.cpp.ll 100361697
llvm/DLangDemangle.cpp.ll 611058443
llvm/DWARFAbbreviationDeclaration.cpp.ll 522676158
llvm/DWARFAbbreviationDeclaration.cpp.ll 523199003
llvm/DWARFAcceleratorTable.cpp.ll 3932182559
llvm/DWARFAddressRange.cpp.ll 107761227
llvm/DWARFCompileUnit.cpp.ll 220162156
Expand Down Expand Up @@ -19016,7 +19016,7 @@ nix/memory-source-accessor.ll 3522029894
nix/mercurial.ll 6382033443
nix/misc-store-flags.ll 676328962
nix/misc.ll 10177721885
nix/mounted-input-accessor.ll 810128688
nix/mounted-input-accessor.ll 810939012
nix/names.ll 6169723839
nix/namespaces.ll 2497962741
nix/nar-accessor.ll 6922509286
Expand Down Expand Up @@ -22958,7 +22958,7 @@ openjdk/g1ConcurrentMark.ll 4498741923
openjdk/g1ConcurrentMarkBitMap.ll 2460677880
openjdk/g1ConcurrentMarkObjArrayProcessor.ll 2627175030
openjdk/g1ConcurrentMarkThread.ll 2666438425
openjdk/g1ConcurrentRebuildAndScrub.ll 3882947627
openjdk/g1ConcurrentRebuildAndScrub.ll 3886836330
openjdk/g1ConcurrentRefine.ll 2714359245
openjdk/g1ConcurrentRefineStats.ll 63580824
openjdk/g1ConcurrentRefineThread.ll 169720162
Expand Down Expand Up @@ -27468,7 +27468,7 @@ openusd/fileIO_Common.cpp.ll 2663961513
openusd/fileSystem.cpp.ll 448631538
openusd/fileUtils.cpp.ll 1008445521
openusd/filesystemAsset.cpp.ll 274053226
openusd/filesystemDiscovery.cpp.ll 446857300
openusd/filesystemDiscovery.cpp.ll 447304650
openusd/filesystemDiscoveryHelpers.cpp.ll 1126514886
openusd/filesystemWritableAsset.cpp.ll 123386423
openusd/filteredPairsAPI.cpp.ll 503189328
Expand Down Expand Up @@ -32536,7 +32536,7 @@ rocksdb/bytesxor.cc.ll 213896564
rocksdb/c.cc.ll 8263986194
rocksdb/cache.cc.ll 1127586469
rocksdb/cache_dump_load.cc.ll 646618510
rocksdb/cache_dump_load_impl.cc.ll 775050787
rocksdb/cache_dump_load_impl.cc.ll 775826035
rocksdb/cache_entry_roles.cc.ll 251217252
rocksdb/cache_helpers.cc.ll 79619273
rocksdb/cache_key.cc.ll 107036448
Expand Down Expand Up @@ -34800,7 +34800,7 @@ spike/srl8_u.ll 663096528
spike/srli.ll 424792544
spike/srli16.ll 561477822
spike/srli16_u.ll 635600026
spike/srli32.ll 448394043
spike/srli32.ll 448843042
spike/srli32_u.ll 490720730
spike/srli8.ll 564673031
spike/srli8_u.ll 643067310
Expand Down
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 92 files
+3 −5 clang/lib/CodeGen/CGBlocks.cpp
+2 −2 clang/lib/CodeGen/CGObjCGNU.cpp
+27 −30 clang/lib/CodeGen/CGObjCMac.cpp
+5 −7 clang/lib/CodeGen/MicrosoftCXXABI.cpp
+20 −39 flang/lib/Optimizer/CodeGen/CodeGen.cpp
+13 −6 flang/test/Fir/box.fir
+2 −2 flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
+15 −13 flang/test/Fir/convert-to-llvm.fir
+121 −118 flang/test/Fir/embox-char.fir
+4 −8 flang/test/Fir/polymorphic.fir
+2 −2 flang/test/Fir/tbaa.fir
+3 −2 flang/test/Integration/OpenMP/private-global.f90
+1 −2 flang/test/Lower/OpenMP/delayed-privatization-allocatable-firstprivate.f90
+1 −1 flang/test/Lower/OpenMP/parallel-reduction-mixed.f90
+6 −12 flang/test/Lower/allocatable-polymorphic.f90
+36 −0 lldb/include/lldb/Breakpoint/BreakpointLocation.h
+5 −0 lldb/include/lldb/Breakpoint/BreakpointSite.h
+5 −1 lldb/include/lldb/Core/Declaration.h
+0 −25 lldb/include/lldb/Host/Editline.h
+12 −0 lldb/include/lldb/Target/StopInfo.h
+2 −2 lldb/include/lldb/Target/ThreadPlanStepInRange.h
+4 −0 lldb/packages/Python/lldbsuite/test/configuration.py
+61 −2 lldb/source/Breakpoint/BreakpointLocation.cpp
+15 −0 lldb/source/Breakpoint/BreakpointResolver.cpp
+17 −0 lldb/source/Breakpoint/BreakpointSite.cpp
+2 −0 lldb/source/Commands/CommandObjectType.cpp
+3 −2 lldb/source/Core/Declaration.cpp
+26 −22 lldb/source/Host/common/Editline.cpp
+1 −1 lldb/source/Symbol/Block.cpp
+111 −2 lldb/source/Symbol/CompileUnit.cpp
+56 −115 lldb/source/Target/StackFrameList.cpp
+55 −0 lldb/source/Target/StopInfo.cpp
+8 −0 lldb/source/Target/Thread.cpp
+18 −6 lldb/source/Target/ThreadPlanStepInRange.cpp
+1 −1 lldb/source/Target/ThreadPlanStepOverRange.cpp
+31 −4 lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
+63 −0 lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
+25 −0 lldb/test/API/functionalities/inline-stepping/calling.cpp
+5 −2 lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py
+2 −2 lldb/test/API/python_api/type/TestTypeList.py
+1 −1 llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
+1 −2 llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
+0 −1 llvm/include/llvm/CodeGen/MachineInstr.h
+6 −3 llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
+2 −3 llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
+0 −1 llvm/lib/CodeGen/MIRParser/MILexer.cpp
+0 −1 llvm/lib/CodeGen/MIRParser/MILexer.h
+1 −4 llvm/lib/CodeGen/MIRParser/MIParser.cpp
+0 −2 llvm/lib/CodeGen/MIRPrinter.cpp
+0 −7 llvm/lib/CodeGen/MachineInstr.cpp
+20 −22 llvm/lib/Target/AArch64/AArch64RegisterInfo.td
+3 −0 llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
+37 −0 llvm/lib/Target/AArch64/SMEInstrFormats.td
+0 −7 llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
+8 −7 llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+43 −43 llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+0 −69 llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-samesign.ll
+24 −12 llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgcn-cs-chain.ll
+6 −3 llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-non-fixed.ll
+66 −30 llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll
+73 −0 llvm/test/CodeGen/AMDGPU/amdgpu-cs-chain-cc.ll
+247 −77 llvm/test/CodeGen/AMDGPU/isel-amdgcn-cs-chain-intrinsic-w32.ll
+246 −77 llvm/test/CodeGen/AMDGPU/isel-amdgcn-cs-chain-intrinsic-w64.ll
+0 −50 llvm/test/CodeGen/MIR/icmp-flags.mir
+245 −0 llvm/test/MC/AArch64/SME2p2/fmop4as-fp32-non-widening-diagnostics.s
+179 −0 llvm/test/MC/AArch64/SME2p2/fmop4as-fp32-non-widening.s
+2,554 −0 llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
+4 −4 llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
+2,114 −0 llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
+4 −4 llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
+451 −0 llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
+4 −4 llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
+13 −0 llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
+1 −1 llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
+155 −154 llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_err.s
+131 −130 llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
+2,560 −0 llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
+4 −4 llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
+19 −0 llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
+1 −1 llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases.s
+2,006 −0 llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
+4 −4 llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
+433 −0 llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
+4 −4 llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
+148 −147 llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_err.s
+124 −123 llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
+735 −745 llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
+666 −565 llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2_dpp16.txt
+99 −82 llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2_dpp8.txt
+846 −738 llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
+649 −548 llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2_dpp16.txt
+97 −80 llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2_dpp8.txt

0 comments on commit 8f5a36e

Please sign in to comment.