[all-commits] [llvm/llvm-project] d20249: [MLIR] NFC. Rename test cases in test/mlir-cpu-run...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Fri Dec 3 17:24:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d20249fde649a3a490618232bb48a1c701d35f03
      https://github.com/llvm/llvm-project/commit/d20249fde649a3a490618232bb48a1c701d35f03
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2021-12-04 (Sat, 04 Dec 2021)

  Changed paths:
    A mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir
    R mlir/test/mlir-cpu-runner/X86Vector/math_polynomial_approx_avx2.mlir
    A mlir/test/mlir-cpu-runner/bare-ptr-call-conv.mlir
    R mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir
    A mlir/test/mlir-cpu-runner/global-memref.mlir
    R mlir/test/mlir-cpu-runner/global_memref.mlir
    A mlir/test/mlir-cpu-runner/math-polynomial-approx.mlir
    R mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir
    A mlir/test/mlir-cpu-runner/memref-reinterpret-cast.mlir
    A mlir/test/mlir-cpu-runner/memref-reshape.mlir
    R mlir/test/mlir-cpu-runner/memref_reinterpret_cast.mlir
    R mlir/test/mlir-cpu-runner/memref_reshape.mlir
    A mlir/test/mlir-cpu-runner/sgemm-naive-codegen.mlir
    R mlir/test/mlir-cpu-runner/sgemm_naive_codegen.mlir
    A mlir/test/mlir-cpu-runner/unranked-memref.mlir
    R mlir/test/mlir-cpu-runner/unranked_memref.mlir

  Log Message:
  -----------
  [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




More information about the All-commits mailing list