[PATCH] D18901: ARM: Use a callee save register for the swiftself parameter.
Mandeep Singh Grang via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 11:00:02 PDT 2016
mgrang added a subscriber: mgrang.
================
Comment at: test/CodeGen/ARM/swiftself.ll:2
@@ -3,1 +1,3 @@
+; RUN: llc -verify-machineinstrs -mtriple=armv7k-apple-ios8.0 -mcpu=cortex-a7 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=OPT %s
+; RUN: llc -O0 -verify-machineinstrs -mtriple=armv7k-apple-ios8.0 -mcpu=cortex-a7 -o - %s | FileCheck --check-prefix=CHECK %s
----------------
We can get rid of --check-prefix=CHECK.
Repository:
rL LLVM
http://reviews.llvm.org/D18901
More information about the llvm-commits
mailing list