From c7382f15a2f46d180581feabdfa0cd53f033b8c3 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 28 Jul 2024 12:35:09 +0200 Subject: [PATCH] [AArch64] Move peephole-sxtw.mir file to regression test directory (#100819) In #96293 ("Remove superfluous sxtw in peephole opt") a file `peephole-sxtw.mir` was added to `llvm/lib/Target/AArch64/`, but it looks like this is a regression test file. Move it to `llvm/test/CodeGen/AArch64/` which seems a more correct location. --- llvm/{lib/Target => test/CodeGen}/AArch64/peephole-sxtw.mir | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llvm/{lib/Target => test/CodeGen}/AArch64/peephole-sxtw.mir (100%) diff --git a/llvm/lib/Target/AArch64/peephole-sxtw.mir b/llvm/test/CodeGen/AArch64/peephole-sxtw.mir similarity index 100% rename from llvm/lib/Target/AArch64/peephole-sxtw.mir rename to llvm/test/CodeGen/AArch64/peephole-sxtw.mir