[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/rdtsc.ll
Evan Cheng
evan.cheng at apple.com
Wed Nov 29 00:30:27 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
rdtsc.ll updated: 1.3 -> 1.4
---
Log message:
Add x86-64 llvm.readcyclecounter test.
---
Diffs of the changes: (+2 -1)
rdtsc.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/rdtsc.ll
diff -u llvm/test/Regression/CodeGen/X86/rdtsc.ll:1.3 llvm/test/Regression/CodeGen/X86/rdtsc.ll:1.4
--- llvm/test/Regression/CodeGen/X86/rdtsc.ll:1.3 Sun Nov 20 15:46:52 2005
+++ llvm/test/Regression/CodeGen/X86/rdtsc.ll Wed Nov 29 02:29:59 2006
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep rdtsc
+; RUN: llvm-as < %s | llc -march=x86 | grep rdtsc &&
+; RUN: llvm-as < %s | llc -march=x86-64 | grep rdtsc
declare ulong %llvm.readcyclecounter()
More information about the llvm-commits
mailing list