Skip to content

Commit

Permalink
llvm: Update baseline to 09542052351380a455bb23a28df86b80db461eb2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent f8b2308 commit 1631bde
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions bench/ockam-rs/optimized/2fb305c8ast9pr04.ll
Original file line number Diff line number Diff line change
Expand Up @@ -6482,8 +6482,8 @@ define void @"_ZN10ockam_node7context17context_lifecycle55_$LT$impl$u20$ockam_no
%16 = icmp slt i64 %15, 0
br i1 %trunc.i, label %20, label %18

17: ; preds = %45
br i1 %.11531, label %46, label %47
17: ; preds = %44
br i1 %.11531, label %45, label %46

18: ; preds = %4
br i1 %16, label %19, label %23
Expand All @@ -6502,7 +6502,7 @@ define void @"_ZN10ockam_node7context17context_lifecycle55_$LT$impl$u20$ockam_no
.thread: ; preds = %23
%22 = landingpad { ptr, i32 }
cleanup
br label %45
br label %44

23: ; preds = %18, %20
%24 = phi i64 [ 0, %18 ], [ 1, %20 ]
Expand Down Expand Up @@ -6569,7 +6569,7 @@ define void @"_ZN10ockam_node7context17context_lifecycle55_$LT$impl$u20$ockam_no
invoke fastcc void @"_ZN4core3ptr236drop_in_place$LT$alloc..sync..Arc$LT$std..sync..rwlock..RwLock$LT$hashbrown..map..HashMap$LT$ockam_core..routing..transport_type..TransportType$C$alloc..sync..Arc$LT$dyn$u20$ockam_transport_core..transport..Transport$GT$$GT$$GT$$GT$$GT$17h734be5b8b2457b22E"(ptr noalias noundef nonnull align 8 dereferenceable(8) %6) #30
to label %.thread58 unwind label %42

42: ; preds = %.thread54, %46, %45, %44, %.thread42, %.thread58, %40
42: ; preds = %.thread54, %45, %44, %.thread49, %.thread42, %.thread58, %40
%43 = landingpad { ptr, i32 }
filter [0 x ptr] zeroinitializer
call void @_ZN4core9panicking16panic_in_cleanup17hceade526831b1e89E() #31
Expand All @@ -6581,28 +6581,28 @@ define void @"_ZN10ockam_node7context17context_lifecycle55_$LT$impl$u20$ockam_no

.thread42: ; preds = %.thread58
invoke void @"_ZN4core3ptr60drop_in_place$LT$ockam_core..routing..mailbox..Mailboxes$GT$17h11526744c07459c4E"(ptr noalias noundef nonnull align 8 dereferenceable(88) %8) #30
to label %44 unwind label %42
to label %.thread49 unwind label %42

44: ; preds = %.thread42
.thread49: ; preds = %.thread42
invoke void @"_ZN4core3ptr96drop_in_place$LT$tokio..sync..mpsc..bounded..Sender$LT$ockam_node..messages..NodeMessage$GT$$GT$17h72b478b1e99a6a9bE"(ptr noalias noundef nonnull align 8 dereferenceable(8) %9) #30
to label %45 unwind label %42
to label %44 unwind label %42

45: ; preds = %44, %.thread
%.11531 = phi i1 [ true, %.thread ], [ false, %44 ]
%.pn.pn30 = phi { ptr, i32 } [ %22, %.thread ], [ %41, %44 ]
44: ; preds = %.thread49, %.thread
%.11531 = phi i1 [ true, %.thread ], [ false, %.thread49 ]
%.pn.pn30 = phi { ptr, i32 } [ %22, %.thread ], [ %41, %.thread49 ]
invoke void @"_ZN4core3ptr51drop_in_place$LT$tokio..runtime..handle..Handle$GT$17h67b9598334a6afaeE"(ptr noalias noundef nonnull align 8 dereferenceable(16) %10) #30
to label %17 unwind label %42

46: ; preds = %17
45: ; preds = %17
invoke void @"_ZN4core3ptr94drop_in_place$LT$tokio..sync..oneshot..Sender$LT$ockam_core..routing..address..Address$GT$$GT$17hc6b9b4d9fd91ec5cE"(ptr noalias noundef nonnull align 8 dereferenceable(8) %11) #30
to label %.thread54 unwind label %42

47: ; preds = %17, %.thread54
46: ; preds = %17, %.thread54
resume { ptr, i32 } %.pn.pn30

.thread54: ; preds = %46
.thread54: ; preds = %45
invoke void @"_ZN4core3ptr60drop_in_place$LT$ockam_core..routing..mailbox..Mailboxes$GT$17h11526744c07459c4E"(ptr noalias noundef nonnull align 8 dereferenceable(88) %2) #30
to label %47 unwind label %42
to label %46 unwind label %42
}

; Function Attrs: mustprogress nofree norecurse nosync nounwind nonlazybind willreturn memory(argmem: write) uwtable
Expand Down
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 31 files
+94 −0 .github/workflows/release-binaries-all.yml
+38 −0 .github/workflows/release-binaries-save-stage/action.yml
+59 −0 .github/workflows/release-binaries-setup-stage/action.yml
+314 −160 .github/workflows/release-binaries.yml
+10 −0 .github/workflows/release-tasks.yml
+5 −1 clang/cmake/caches/Release.cmake
+3 −13 libc/cmake/modules/LLVMLibCLibraryRules.cmake
+2 −28 libc/cmake/modules/prepare_libc_gpu_build.cmake
+1 −1 libc/docs/dev/header_generation.rst
+9 −18 libc/lib/CMakeLists.txt
+14 −1 libcxx/include/__atomic/atomic_ref.h
+165 −0 libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.cpp
+0 −120 libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
+30 −4 libcxx/test/std/atomics/atomics.ref/is_always_lock_free.pass.cpp
+103 −0 libcxx/test/support/atomic_helpers.h
+3 −1 llvm/docs/GettingStarted.rst
+210 −11 llvm/include/llvm/SandboxIR/SandboxIR.h
+3 −0 llvm/include/llvm/SandboxIR/SandboxIRValues.def
+2 −0 llvm/include/llvm/SandboxIR/Use.h
+8 −0 llvm/include/llvm/Support/MathExtras.h
+6 −5 llvm/lib/CodeGen/CalcSpillWeights.cpp
+36 −2 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+112 −3 llvm/lib/SandboxIR/SandboxIR.cpp
+11 −6 llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
+18 −12 llvm/lib/Transforms/Instrumentation/LowerAllowCheckPass.cpp
+24 −28 llvm/test/CodeGen/X86/is_fpclass.ll
+56 −0 llvm/test/CodeGen/X86/pr99396.ll
+2 −0 llvm/test/Instrumentation/HWAddressSanitizer/pgo-opt-out.ll
+1 −1 llvm/test/Transforms/lower-builtin-allow-check.ll
+206 −6 llvm/unittests/SandboxIR/SandboxIRTest.cpp
+75 −0 llvm/unittests/SandboxIR/TrackerTest.cpp

0 comments on commit 1631bde

Please sign in to comment.