Skip to content

Commit

Permalink
llvm: Update baseline to 55d51dd9dca8220ffaf9260d56dae9f5c34b7120
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent d87c244 commit e0fc83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions comptime.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3344,7 +3344,7 @@ cmake/epoll.c.ll 130829259
cmake/escape.c.ll 138793191
cmake/fastcover.c.ll 314387861
cmake/file.c.ll 130183104
cmake/filter_buffer_decoder.c.ll 42499610
cmake/filter_buffer_decoder.c.ll 42542164
cmake/filter_common.c.ll 113553159
cmake/filter_encoder.c.ll 80937628
cmake/filter_fork_posix.c.ll 52440317
Expand Down Expand Up @@ -16421,7 +16421,7 @@ luau/Refinement.cpp.ll 193632380
luau/RegisterCallbacks.cpp.ll 186341209
luau/Repl.cpp.ll 707597971
luau/Repl.test.cpp.ll 1442474857
luau/ReplEntry.cpp.ll 32531120
luau/ReplEntry.cpp.ll 32563755
luau/Require.cpp.ll 494625403
luau/RequireByString.test.cpp.ll 1822181439
luau/RequireTracer.cpp.ll 805997116
Expand Down Expand Up @@ -28946,7 +28946,7 @@ postgres/restrictinfo.ll 145461135
postgres/rewriteDefine.ll 235084581
postgres/rewriteHandler.ll 1502840798
postgres/rewriteSearchCycle.ll 206028747
postgres/rewriteSupport.ll 45364552
postgres/rewriteSupport.ll 45410042
postgres/rewriteheap.ll 245060263
postgres/ri_triggers.ll 693286134
postgres/rls.ll 54148953
Expand Down
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 29 files
+2 −0 clang/cmake/caches/Fuchsia-stage2.cmake
+5 −4 clang/lib/AST/ByteCode/Compiler.cpp
+2 −1 clang/lib/AST/ByteCode/Compiler.h
+6 −9 clang/lib/Headers/xmmintrin.h
+12 −0 clang/test/AST/ByteCode/cxx1z.cpp
+9 −0 clang/test/CodeGen/X86/sse-builtins.c
+7 −0 libcxx/cmake/caches/AIX.cmake
+11 −0 libcxx/cmake/caches/Armv7M-picolibc.cmake
+11 −11 libcxx/src/CMakeLists.txt
+1 −1 libcxx/utils/ci/run-buildbot
+11 −9 libcxxabi/src/CMakeLists.txt
+10 −8 libunwind/src/CMakeLists.txt
+19 −42 llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+7 −5 llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
+1 −1 llvm/lib/Target/AMDGPU/SIRegisterInfo.td
+0 −301 llvm/test/CodeGen/AMDGPU/GlobalISel/buffer-load-store-pointers.ll
+0 −3,300 llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global-old-legalization.mir
+16 −80 llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir
+24 −27 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
+72 −80 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
+44 −54 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
+20 −30 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
+36 −47 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+36 −48 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
+1 −0 mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
+49 −0 mlir/lib/Conversion/GPUToLLVMSPV/GPUToLLVMSPV.cpp
+1 −1 mlir/lib/Target/Cpp/TranslateToCpp.cpp
+44 −6 mlir/test/Conversion/GPUToLLVMSPV/gpu-to-llvm-spv.mlir
+28 −0 mlir/test/Target/Cpp/switch.mlir

0 comments on commit e0fc83d

Please sign in to comment.