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:
9204ab0
)
llvm/test/CodeGen/X86/vec_ctbits.ll: Add explicit -mtriple=x86_64-unknown. It was...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 12 Sep 2014 15:10:56 +0000
(15:10 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 12 Sep 2014 15:10:56 +0000
(15:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217683
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_ctbits.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_ctbits.ll
b/test/CodeGen/X86/vec_ctbits.ll
index 0aa72b124349bde9fbdd46907f2d03b15d857d98..318aca1d54cb27ea8ffeab20b5226cdf853d1098 100644
(file)
--- a/
test/CodeGen/X86/vec_ctbits.ll
+++ b/
test/CodeGen/X86/vec_ctbits.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -m
arch=x86-64
-mattr=+sse2 | FileCheck %s
+; RUN: llc < %s -m
triple=x86_64-unknown-unknown
-mattr=+sse2 | FileCheck %s
declare <2 x i64> @llvm.cttz.v2i64(<2 x i64>, i1)
declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64>, i1)