Skip to content

Commit

Permalink
llvm: Update baseline to 8ca7e24b359ab2b6d2868f9252c7cd11eb48c787
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 17, 2024
1 parent 3aa0556 commit 5923f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/delta-rs/optimized/36njgorwg1j7shza.ll
Original file line number Diff line number Diff line change
Expand Up @@ -208923,7 +208923,7 @@ define hidden void @"_ZN99_$LT$core..iter..adapters..zip..Zip$LT$A$C$B$GT$$u20$a
br label %101

.body: ; preds = %119, %156, %163, %196, %200, %250, %254, %361, %380, %.body.i.i, %"_ZN4core3ptr133drop_in_place$LT$core..result..Result$LT$$RF$datafusion_common..dfschema..DFField$C$datafusion_common..error..DataFusionError$GT$$GT$17h12ce45ea25001092E.exit9.i", %344, %99
%.pn = phi { ptr, i32 } [ %100, %99 ], [ %.pn2.i, %344 ], [ %.pn2.i, %"_ZN4core3ptr133drop_in_place$LT$core..result..Result$LT$$RF$datafusion_common..dfschema..DFField$C$datafusion_common..error..DataFusionError$GT$$GT$17h12ce45ea25001092E.exit9.i" ], [ %.pn67.pn.pn.i.i, %119 ], [ %.pn67.pn.pn.i.i, %361 ], [ %164, %163 ], [ %157, %156 ], [ %197, %200 ], [ %197, %196 ], [ %251, %254 ], [ %251, %250 ], [ %367, %.body.i.i ], [ %381, %380 ]
%.pn = phi { ptr, i32 } [ %100, %99 ], [ %.pn2.i, %344 ], [ %.pn2.i, %"_ZN4core3ptr133drop_in_place$LT$core..result..Result$LT$$RF$datafusion_common..dfschema..DFField$C$datafusion_common..error..DataFusionError$GT$$GT$17h12ce45ea25001092E.exit9.i" ], [ %.pn67.pn.pn.i.i, %119 ], [ %.pn67.pn.pn.i.i, %361 ], [ %197, %200 ], [ %197, %196 ], [ %251, %254 ], [ %251, %250 ], [ %164, %163 ], [ %157, %156 ], [ %367, %.body.i.i ], [ %381, %380 ]
invoke void @"_ZN4core3ptr206drop_in_place$LT$core..iter..adapters..zip..Zip$LT$alloc..vec..into_iter..IntoIter$LT$datafusion_common..column..Column$GT$$C$alloc..vec..into_iter..IntoIter$LT$datafusion_common..column..Column$GT$$GT$$GT$17ha0dac49c299f1541E"(ptr noalias noundef nonnull align 8 dereferenceable(88) %0) #48
to label %394 unwind label %392

Expand Down
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 25 files
+0 −4 libcxx/include/__mutex/lock_guard.h
+3 −7 libcxx/include/__mutex/tag_types.h
+2 −9 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/assign.compile.pass.cpp
+2 −7 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/copy.compile.pass.cpp
+6 −17 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/ctor.adopt_lock.pass.cpp
+11 −6 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/ctor.mutex.pass.cpp
+5 −5 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/implicit_ctad.pass.cpp
+0 −49 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
+49 −0 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/std.mutex.pass.cpp
+2 −10 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/types.compile.pass.cpp
+33 −0 libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/types.h
+7 −0 llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
+10 −5 llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
+1 −1 llvm/lib/Target/RISCV/RISCVInstrInfo.h
+6 −6 llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+35 −43 llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
+8 −0 llvm/test/CodeGen/LoongArch/andn-icmp.ll
+1 −0 llvm/test/CodeGen/LoongArch/opt-pipeline.ll
+20 −32 llvm/test/CodeGen/LoongArch/typepromotion-overflow.ll
+52 −2 llvm/test/CodeGen/RISCV/rvv/combine-vmv.ll
+94 −160 llvm/test/CodeGen/RISCV/rvv/cttz-sdnode.ll
+18 −0 llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-vops.ll
+2 −1 llvm/test/MachineVerifier/test_g_extract_subvector.mir
+2 −1 llvm/test/MachineVerifier/test_g_insert_subvector.mir
+2 −1 llvm/test/MachineVerifier/test_g_vscale.mir

0 comments on commit 5923f65

Please sign in to comment.