ARM/MIR: Move test from MIR to CodeGen/ARM directory
authorMatthias Braun <matze@braunis.de>
Sat, 16 Jul 2016 02:24:13 +0000 (02:24 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 16 Jul 2016 02:24:13 +0000 (02:24 +0000)
test/CodeGen/MIR/ARM/ARMLoadStoreDBG.mir is an actual test for the ARM
load store optimization pass and not a test of the mir parser/printer.

It belongs to test/CodeGen/ARM; This also updates the test to use the
new -run-pass llc syntax.

llvm-svn: 275662

llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir [moved from llvm/test/CodeGen/MIR/ARM/ARMLoadStoreDBG.mir with 98% similarity]

similarity index 98%
rename from llvm/test/CodeGen/MIR/ARM/ARMLoadStoreDBG.mir
rename to llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir
index a36a4db..b4f19ec 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple thumbv7 -verify-machineinstrs -start-after machine-cp -stop-after if-converter %s -o - | FileCheck %s
+# RUN: llc -mtriple thumbv7 -verify-machineinstrs -run-pass arm-ldst-opt %s -o - | FileCheck %s
 --- |
   ; ModuleID = '/Volumes/Data/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll'
   target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"