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:
d80d608
)
Fix a mistaken commit that included some debugging code.
author
David Tweed
<david.tweed@arm.com>
Mon, 7 Jan 2013 13:41:55 +0000
(13:41 +0000)
committer
David Tweed
<david.tweed@arm.com>
Mon, 7 Jan 2013 13:41:55 +0000
(13:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171734
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/LoopIdiom/X86/popcnt.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/LoopIdiom/X86/popcnt.ll
b/test/Transforms/LoopIdiom/X86/popcnt.ll
index 6aa905f87f9e15bfa3a2b16134d40cd4b5688150..2f458fb2f1980242e43921f79eb92d050eef94b9 100644
(file)
--- a/
test/Transforms/LoopIdiom/X86/popcnt.ll
+++ b/
test/Transforms/LoopIdiom/X86/popcnt.ll
@@
-1,5
+1,5
@@
; RUN: opt -loop-idiom < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 -S | FileCheck %s
-booom
+
;To recognize this pattern:
;int popcount(unsigned long long a) {
; int c = 0;