Commit b4ea83d
committed
Integrate LLVM at 977355be38d10c62c3d5498a64618ec926348252
Bump stablehlo to openxla/stablehlo@e60f552
After LLVM c6964b1b4dcd, i1 DenseElementsAttr no longer uses
bit-packed special handling. Also, relax compile.py IR-printing
check to match any IR Dump After ... banner, since after the
LLVM update the first reported pass changed.
Signed-off-by: Annop Wongwathanarat <annop.wongwathanarat@arm.com>1 parent 17ae730 commit b4ea83d
File tree
4 files changed
+4
-8
lines changed- externals
- projects/pt1/test/python
- python/torch_mlir/extras
4 files changed
+4
-8
lines changedSubmodule llvm-project updated 13779 files
- .bazelversion+1-1
- .github/actions/setup-build/action.yml+13-16
- .github/workflows/buildAndTestBazel.yml+2
- .github/workflows/buildAndTestCMake.yml+2
- BUILD.bazel+21
- CMakeLists.txt+5
- MODULE.bazel.lock+1.0k-1.8k
- WORKSPACE.bazel+44-11
- build_tools/github_actions/ci_build_bazel.sh+7
- build_tools/github_actions/lint_check_license.sh+1
- build_tools/github_actions/lint_llvm_commit.sh+8-9
- build_tools/github_actions/lint_whitespace_checks.sh+1-1
- build_tools/llvm_version.txt+1-1
- docs/generated/ChloBuilder.md+2
- docs/generated/chlo.md+43
- docs/interpreter_status.md+1-6
- docs/status.md+1-1
- stablehlo/conversions/linalg/transforms/StablehloToLinalgConvolution.cpp+6-4
- stablehlo/dialect/Base.cpp+12-4
- stablehlo/dialect/Base.h+32-26
- stablehlo/dialect/CMakeLists.txt+1
- stablehlo/dialect/ChloOps.cpp+293-38
- stablehlo/dialect/ChloOps.td+50
- stablehlo/dialect/StablehloOps.cpp+2-1
- stablehlo/dialect/TypeInference.cpp+7-6
- stablehlo/dialect/Version.cpp+2-2
- stablehlo/dialect/Version.h+1-1
- stablehlo/dialect/VhloDialect.td-1
- stablehlo/integrations/cpp/builder/CMakeLists.txt+1
- stablehlo/integrations/cpp/builder/ChloBuilder.cpp+10
- stablehlo/integrations/cpp/builder/ChloBuilder.h+7
- stablehlo/integrations/cpp/builder/ChloBuilderTest.cpp+141
- stablehlo/integrations/cpp/builder/StablehloBuilder.cpp+46
- stablehlo/integrations/cpp/builder/StablehloBuilder.h+6
- stablehlo/integrations/cpp/builder/StablehloBuilderTest.cpp+73
- stablehlo/integrations/python/CMakeLists.txt-1
- stablehlo/integrations/python/StablehloModule.cpp+1
- stablehlo/reference/Element.cpp+1-1
- stablehlo/reference/InterpreterOps.td-1
- stablehlo/reference/Ops.cpp+125
- stablehlo/reference/Ops.h+2
- stablehlo/tests/CheckOps.td-1
- stablehlo/tests/chlo/chlo_legalize_to_stablehlo.mlir+4.7k-3.5k
- stablehlo/tests/chlo/chlo_legalize_to_stablehlo_broadcast.mlir+78-56
- stablehlo/tests/infer_chlo.mlir+38
- stablehlo/tests/interpret/fft.mlir+235
- stablehlo/tests/ops_chlo.mlir+87
- stablehlo/tests/ops_stablehlo_roundtrip.mlir+1-1
- stablehlo/tests/transforms/stablehlo_aggressive_folder.mlir+65
- stablehlo/transforms/CMakeLists.txt+1
- stablehlo/transforms/ChloDecompositionPatterns.td+5-1
- stablehlo/transforms/ChloLegalizeToStablehlo.cpp+46-46
- stablehlo/transforms/StablehloBroadcastLowering.cpp+26-27
- stablehlo/transforms/StablehloBroadcastLowering.h+10-2
- stablehlo/transforms/StablehloRefineShapes.cpp+1-1
- stablehlo/transforms/optimization/StablehloAggressiveFolder.cpp+44-12
- third_party/BUILD+1
- third_party/llvm/BUILD+1
- third_party/llvm/build.patch+47
- third_party/llvm/generated.patch+240
- third_party/llvm/lit_test.patch+15
- third_party/llvm/llvm.BUILD
- third_party/llvm/mathextras.patch+12
- third_party/llvm/run_lit.sh+20
- third_party/llvm/setup.bzl+24
- third_party/llvm/toolchains.patch+59
- third_party/llvm/workspace.bzl+28
- third_party/llvm/zstd.patch+31
- third_party/repo.bzl+154
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1135 | 1135 | | |
1136 | 1136 | | |
1137 | 1137 | | |
1138 | | - | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
1142 | | - | |
| 1138 | + | |
1143 | 1139 | | |
1144 | 1140 | | |
1145 | 1141 | | |
| |||
0 commit comments