From 5c38b584e55904ddabc0ba887f7bdc1dad5e71be Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 27 Dec 2021 14:44:34 -0800 Subject: [PATCH] [RISCV] Rename two tests to reflect extension being tested. NFC --- .../{rv64f-half-convert-strict.ll => rv64zfh-half-convert-strict.ll} | 0 .../test/CodeGen/RISCV/{rv64f-half-convert.ll => rv64zfh-half-convert.ll} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename llvm/test/CodeGen/RISCV/{rv64f-half-convert-strict.ll => rv64zfh-half-convert-strict.ll} (100%) rename llvm/test/CodeGen/RISCV/{rv64f-half-convert.ll => rv64zfh-half-convert.ll} (100%) diff --git a/llvm/test/CodeGen/RISCV/rv64f-half-convert-strict.ll b/llvm/test/CodeGen/RISCV/rv64zfh-half-convert-strict.ll similarity index 100% rename from llvm/test/CodeGen/RISCV/rv64f-half-convert-strict.ll rename to llvm/test/CodeGen/RISCV/rv64zfh-half-convert-strict.ll diff --git a/llvm/test/CodeGen/RISCV/rv64f-half-convert.ll b/llvm/test/CodeGen/RISCV/rv64zfh-half-convert.ll similarity index 100% rename from llvm/test/CodeGen/RISCV/rv64f-half-convert.ll rename to llvm/test/CodeGen/RISCV/rv64zfh-half-convert.ll -- 2.7.4