Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Integrate LLVM at llvm/llvm-project@21830c91 (#407)
Browse files Browse the repository at this point in the history
Updates LLVM usage to match llvm/llvm-project@21830c91. Further updates
the StableHLO submodule to openxla/stablehlo@85d9ad5.
  • Loading branch information
marbre authored Jan 29, 2024
1 parent dcc6abc commit 0ae9356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3a82a1c3f6bdc9259cc4641f66fc76d1e171e382
21830c913505b1fd2cf10e454253483180c7e10b
2 changes: 1 addition & 1 deletion third_party/stablehlo
Submodule stablehlo updated 34 files
+2 −2 WORKSPACE.bazel
+1 −1 build_tools/llvm_version.txt
+1 −1 docs/spec.md
+16 −16 stablehlo/conversions/linalg/tests/convolution.mlir
+9 −9 stablehlo/conversions/linalg/tests/gather.mlir
+5 −5 stablehlo/conversions/linalg/tests/miscellaneous.mlir
+60 −38 stablehlo/conversions/linalg/tests/reduce.mlir
+4 −4 stablehlo/conversions/tosa/tests/binary.mlir
+1 −1 stablehlo/dialect/Version.h
+33 −32 stablehlo/tests/infer_stablehlo.mlir
+1 −1 stablehlo/tests/interpret/gather.mlir
+1 −1 stablehlo/tests/interpret/map.mlir
+1 −1 stablehlo/tests/interpret/reduce.mlir
+8 −8 stablehlo/tests/interpret/reduce_window.mlir
+2 −2 stablehlo/tests/interpret/select_and_scatter.mlir
+40 −40 stablehlo/tests/ops_stablehlo.mlir
+22 −22 stablehlo/tests/ops_stablehlo_roundtrip.mlir
+9 −9 stablehlo/tests/print_reduce.mlir
+9 −9 stablehlo/tests/stablehlo_canonicalize_dynamism.mlir
+3 −3 stablehlo/tests/stablehlo_refine_shapes.mlir
+19 −19 stablehlo/tests/verify_conv.mlir
+25 −25 stablehlo/tests/verify_reduce.mlir
+77 −77 stablehlo/tests/verify_reduce_window.mlir
+61 −61 stablehlo/tests/verify_select_and_scatter.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_10_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_11_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_12_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_13_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_14_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_15_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_16_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_17_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.0_9_0.mlir
+4 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.mlir

0 comments on commit 0ae9356

Please sign in to comment.