[llvm] f7914aa - [AArch64] Move peephole-sxtw.mir file to regression test directory (#100819)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 28 03:35:13 PDT 2024


Author: Dimitry Andric
Date: 2024-07-28T11:35:09+01:00
New Revision: f7914aa2fd91a54f1314570442fc7730ee4b0457

URL: https://github.com/llvm/llvm-project/commit/f7914aa2fd91a54f1314570442fc7730ee4b0457
DIFF: https://github.com/llvm/llvm-project/commit/f7914aa2fd91a54f1314570442fc7730ee4b0457.diff

LOG: [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.

Added: 
    llvm/test/CodeGen/AArch64/peephole-sxtw.mir

Modified: 
    

Removed: 
    llvm/lib/Target/AArch64/peephole-sxtw.mir


################################################################################
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


        


More information about the llvm-commits mailing list