summaryrefslogtreecommitdiffstats
path: root/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir')
-rw-r--r--mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir4
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir b/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir
index a8a2d2d31fb..f4567fb4943 100644
--- a/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir
+++ b/mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir
@@ -6,10 +6,10 @@ func @foo(%arg0: memref<?xf32>, %arg1 : index) {
%c42 = constant 42 : index
%c3 = constant 3 : index
// CHECK: subi %{{.*}}, %{{.*}} : index
- // CHECK-NEXT: %[[range_i:.*]] = divis {{.*}}, %{{.*}} : index
+ // CHECK-NEXT: %[[range_i:.*]] = divi_signed {{.*}}, %{{.*}} : index
loop.for %i0 = %c0 to %c42 step %c3 {
// CHECK: subi %{{.*}}, %{{.*}} : index
- // CHECK-NEXT: %[[range_j:.*]] = divis {{.*}}, %{{.*}} : index
+ // CHECK-NEXT: %[[range_j:.*]] = divi_signed {{.*}}, %{{.*}} : index
loop.for %i1 = %c3 to %c42 step %arg1 {
// CHECK: gpu.launch
// CHECK-SAME: blocks
OpenPOWER on IntegriCloud