File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
stablehlo/conversions/tosa/tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ workspace(name = "stablehlo")
1717
1818load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
1919
20- LLVM_COMMIT = "dd3addf954ac7e704fccc7d011217ba10461c883 "
20+ LLVM_COMMIT = "ac9049df7e62e2ca4dc5d103593b51639b5715e3 "
2121
22- LLVM_SHA256 = "f2f7ef9a6eb597b8a53186878122269d673fca742470f3bdb5bac18a47e9b8be "
22+ LLVM_SHA256 = "ea890ee3c13d9b2d70a359299a0b810c8bae9c729c5a94d81f5b304bf26f34b6 "
2323
2424http_archive (
2525 name = "llvm-raw" ,
Original file line number Diff line number Diff line change 1- dd3addf954ac7e704fccc7d011217ba10461c883
1+ ac9049df7e62e2ca4dc5d103593b51639b5715e3
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ func.func @negate(%arg : tensor<10xf32>) -> tensor<10xf32> {
7979
8080// CHECK-LABEL: @slice
8181func.func @slice (%arg : tensor <4 x3 xf32 >) -> tensor <2 x2 xf32 > {
82- // CHECK: %[[SIZE:.*]] = tosa.const_shape {values = dense<[2, 1]> : tensor<2xindex>} : () -> !tosa.shape<2>
83- // CHECK: %[[START:.*]] = tosa.const_shape {values = dense<2> : tensor<2xindex>} : () -> !tosa.shape<2>
82+ // CHECK-DAG : %[[SIZE:.*]] = tosa.const_shape {values = dense<[2, 1]> : tensor<2xindex>} : () -> !tosa.shape<2>
83+ // CHECK-DAG : %[[START:.*]] = tosa.const_shape {values = dense<2> : tensor<2xindex>} : () -> !tosa.shape<2>
8484 // CHECK: tosa.slice %arg0, %[[SIZE]], %[[START]]
8585 %0 = " stablehlo.slice" (%arg ) {
8686 start_indices = array <i64 : 2 , 1 >,
You can’t perform that action at this time.
0 commit comments