projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6262712
)
Relax expressions and add explicit triplets -linux and -win32.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Feb 2011 07:20:18 +0000
(07:20 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Feb 2011 07:20:18 +0000
(07:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126204
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/i128-ret.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/i128-ret.ll
b/test/CodeGen/X86/i128-ret.ll
index 277f4283328b623a06457ae9b44a8fcafbb2f582..264f07ceb4c85a254c7b0c37baef7e96d671c12f 100644
(file)
--- a/
test/CodeGen/X86/i128-ret.ll
+++ b/
test/CodeGen/X86/i128-ret.ll
@@
-1,5
+1,7
@@
-; RUN: llc < %s -march=x86-64 | grep {movq 8(%rdi), %rdx}
-; RUN: llc < %s -march=x86-64 | grep {movq (%rdi), %rax}
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s
+; CHECK: movq ([[A0:%rdi|%rcx]]), %rax
+; CHECK: movq 8([[A0]]), %rdx
define i128 @test(i128 *%P) {
%A = load i128* %P