From a3a6e2e68cbbdb0b2fd393733b147946a1a95803 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 1 Jul 2024 20:07:27 +0100 Subject: [PATCH] backend: (riscv) move register-allocation tests in their own directory --- .../exclude_snitch.mlir} | 0 .../frep.mlir} | 0 .../generic.mlir} | 0 .../liveness_block_naive.mlir} | 0 .../liveness_block_naive_limited.mlir} | 0 .../preallocated.mlir} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/filecheck/backend/riscv/{register_allocation_exclude_snitch.mlir => register-allocation/exclude_snitch.mlir} (100%) rename tests/filecheck/backend/riscv/{register_allocation_frep.mlir => register-allocation/frep.mlir} (100%) rename tests/filecheck/backend/riscv/{riscv_register_allocation.mlir => register-allocation/generic.mlir} (100%) rename tests/filecheck/backend/riscv/{register_allocation_liveness_block_naive.mlir => register-allocation/liveness_block_naive.mlir} (100%) rename tests/filecheck/backend/riscv/{register_allocation_liveness_block_naive_limited.mlir => register-allocation/liveness_block_naive_limited.mlir} (100%) rename tests/filecheck/backend/riscv/{register_allocation_preallocated.mlir => register-allocation/preallocated.mlir} (100%) diff --git a/tests/filecheck/backend/riscv/register_allocation_exclude_snitch.mlir b/tests/filecheck/backend/riscv/register-allocation/exclude_snitch.mlir similarity index 100% rename from tests/filecheck/backend/riscv/register_allocation_exclude_snitch.mlir rename to tests/filecheck/backend/riscv/register-allocation/exclude_snitch.mlir diff --git a/tests/filecheck/backend/riscv/register_allocation_frep.mlir b/tests/filecheck/backend/riscv/register-allocation/frep.mlir similarity index 100% rename from tests/filecheck/backend/riscv/register_allocation_frep.mlir rename to tests/filecheck/backend/riscv/register-allocation/frep.mlir diff --git a/tests/filecheck/backend/riscv/riscv_register_allocation.mlir b/tests/filecheck/backend/riscv/register-allocation/generic.mlir similarity index 100% rename from tests/filecheck/backend/riscv/riscv_register_allocation.mlir rename to tests/filecheck/backend/riscv/register-allocation/generic.mlir diff --git a/tests/filecheck/backend/riscv/register_allocation_liveness_block_naive.mlir b/tests/filecheck/backend/riscv/register-allocation/liveness_block_naive.mlir similarity index 100% rename from tests/filecheck/backend/riscv/register_allocation_liveness_block_naive.mlir rename to tests/filecheck/backend/riscv/register-allocation/liveness_block_naive.mlir diff --git a/tests/filecheck/backend/riscv/register_allocation_liveness_block_naive_limited.mlir b/tests/filecheck/backend/riscv/register-allocation/liveness_block_naive_limited.mlir similarity index 100% rename from tests/filecheck/backend/riscv/register_allocation_liveness_block_naive_limited.mlir rename to tests/filecheck/backend/riscv/register-allocation/liveness_block_naive_limited.mlir diff --git a/tests/filecheck/backend/riscv/register_allocation_preallocated.mlir b/tests/filecheck/backend/riscv/register-allocation/preallocated.mlir similarity index 100% rename from tests/filecheck/backend/riscv/register_allocation_preallocated.mlir rename to tests/filecheck/backend/riscv/register-allocation/preallocated.mlir