Skip to content

Commit

Permalink
llvm: Update baseline to 092a819e94da3fc0cac6982e99861546237fcb04
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent 3ea9d28 commit 22c8be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 29 files
+1 −0 flang/include/flang/Semantics/openmp-directive-sets.h
+8 −0 flang/lib/Parser/openmp-parsers.cpp
+15 −0 flang/lib/Parser/unparse.cpp
+43 −10 flang/lib/Semantics/resolve-directives.cpp
+14 −0 flang/test/Lower/OpenMP/master_taskloop.f90
+14 −0 flang/test/Lower/OpenMP/master_taskloop_simd.f90
+14 −0 flang/test/Lower/OpenMP/parallel-master-taskloop-simd.f90
+14 −0 flang/test/Lower/OpenMP/parallel-master-taskloop.f90
+16 −0 flang/test/Lower/OpenMP/parallel-master.f90
+73 −0 flang/test/Parser/OpenMP/master-unparse.f90
+2 −2 flang/test/Semantics/OpenMP/clause-validity01.f90
+59 −0 flang/test/Semantics/OpenMP/deprecation.f90
+1 −1 flang/test/Semantics/OpenMP/flush02.f90
+2 −2 flang/test/Semantics/OpenMP/nested-barrier.f90
+12 −12 flang/test/Semantics/OpenMP/nested-master.f90
+1 −1 flang/test/Semantics/OpenMP/nested-teams.f90
+4 −4 flang/test/Semantics/OpenMP/ordered-simd.f90
+3 −0 libcxx/include/__algorithm/comp.h
+1 −1 libcxx/include/__algorithm/ranges_minmax.h
+120 −165 libcxx/include/__algorithm/sort.h
+12 −0 libcxx/include/__functional/operations.h
+6 −0 libcxx/include/__functional/ranges_operations.h
+6 −0 libcxx/include/__type_traits/desugars_to.h
+1 −3 libcxx/include/__type_traits/is_trivially_copyable.h
+1 −2 libcxx/src/algorithm.cpp
+10 −1 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+1 −1 llvm/lib/Support/TrieRawHashMap.cpp
+14 −14 llvm/lib/Target/CSKY/CSKY.td
+304 −159 llvm/test/CodeGen/X86/andnot-patterns.ll

0 comments on commit 22c8be9

Please sign in to comment.