From d20249fde649a3a490618232bb48a1c701d35f03 Mon Sep 17 00:00:00 2001 From: Uday Bondhugula Date: Sun, 28 Nov 2021 14:17:10 +0530 Subject: [PATCH] [MLIR] NFC. Rename test cases in test/mlir-cpu-runner per convention Test case files at most places in MLIR uses hyphens and not underscores. A counter-pattern was somehow started to use underscores in some places. Rename test cases in test/mlir-cpu-runner to use hyphens so that it's consistent at least within its directory. Differential Revision: https://reviews.llvm.org/D114672 --- ...lynomial_approx_avx2.mlir => math-polynomial-approx-avx2.mlir} | 0 .../{bare_ptr_call_conv.mlir => bare-ptr-call-conv.mlir} | 0 .../mlir-cpu-runner/{global_memref.mlir => global-memref.mlir} | 0 .../{math_polynomial_approx.mlir => math-polynomial-approx.mlir} | 0 ...{memref_reinterpret_cast.mlir => memref-reinterpret-cast.mlir} | 0 .../mlir-cpu-runner/{memref_reshape.mlir => memref-reshape.mlir} | 0 .../{sgemm_naive_codegen.mlir => sgemm-naive-codegen.mlir} | 0 .../{unranked_memref.mlir => unranked-memref.mlir} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename mlir/test/mlir-cpu-runner/X86Vector/{math_polynomial_approx_avx2.mlir => math-polynomial-approx-avx2.mlir} (100%) rename mlir/test/mlir-cpu-runner/{bare_ptr_call_conv.mlir => bare-ptr-call-conv.mlir} (100%) rename mlir/test/mlir-cpu-runner/{global_memref.mlir => global-memref.mlir} (100%) rename mlir/test/mlir-cpu-runner/{math_polynomial_approx.mlir => math-polynomial-approx.mlir} (100%) rename mlir/test/mlir-cpu-runner/{memref_reinterpret_cast.mlir => memref-reinterpret-cast.mlir} (100%) rename mlir/test/mlir-cpu-runner/{memref_reshape.mlir => memref-reshape.mlir} (100%) rename mlir/test/mlir-cpu-runner/{sgemm_naive_codegen.mlir => sgemm-naive-codegen.mlir} (100%) rename mlir/test/mlir-cpu-runner/{unranked_memref.mlir => unranked-memref.mlir} (100%) diff --git a/mlir/test/mlir-cpu-runner/X86Vector/math_polynomial_approx_avx2.mlir b/mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/X86Vector/math_polynomial_approx_avx2.mlir rename to mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir diff --git a/mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir b/mlir/test/mlir-cpu-runner/bare-ptr-call-conv.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir rename to mlir/test/mlir-cpu-runner/bare-ptr-call-conv.mlir diff --git a/mlir/test/mlir-cpu-runner/global_memref.mlir b/mlir/test/mlir-cpu-runner/global-memref.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/global_memref.mlir rename to mlir/test/mlir-cpu-runner/global-memref.mlir diff --git a/mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir b/mlir/test/mlir-cpu-runner/math-polynomial-approx.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir rename to mlir/test/mlir-cpu-runner/math-polynomial-approx.mlir diff --git a/mlir/test/mlir-cpu-runner/memref_reinterpret_cast.mlir b/mlir/test/mlir-cpu-runner/memref-reinterpret-cast.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/memref_reinterpret_cast.mlir rename to mlir/test/mlir-cpu-runner/memref-reinterpret-cast.mlir diff --git a/mlir/test/mlir-cpu-runner/memref_reshape.mlir b/mlir/test/mlir-cpu-runner/memref-reshape.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/memref_reshape.mlir rename to mlir/test/mlir-cpu-runner/memref-reshape.mlir diff --git a/mlir/test/mlir-cpu-runner/sgemm_naive_codegen.mlir b/mlir/test/mlir-cpu-runner/sgemm-naive-codegen.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/sgemm_naive_codegen.mlir rename to mlir/test/mlir-cpu-runner/sgemm-naive-codegen.mlir diff --git a/mlir/test/mlir-cpu-runner/unranked_memref.mlir b/mlir/test/mlir-cpu-runner/unranked-memref.mlir similarity index 100% rename from mlir/test/mlir-cpu-runner/unranked_memref.mlir rename to mlir/test/mlir-cpu-runner/unranked-memref.mlir