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:
fd414a2
)
Add note to self to complete the testing of all intrinsic functions as
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 9 May 2005 04:47:32 +0000
(
04:47
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 9 May 2005 04:47:32 +0000
(
04:47
+0000)
specified in the LangRef document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21807
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/intrinsics.ll
patch
|
blob
|
history
diff --git
a/test/Feature/intrinsics.ll
b/test/Feature/intrinsics.ll
index 7fde03fe72d0ea8cf174a7a159a876a64d6e12f1..973e82f860d4f8f6a7e3861cdcb7417d0fc53d95 100644
(file)
--- a/
test/Feature/intrinsics.ll
+++ b/
test/Feature/intrinsics.ll
@@
-25,3
+25,5
@@
void %libm() {
call ulong %llvm.ctlz(ulong 65000)
ret void
}
+
+; FIXME: test ALL the intrinsics in this file.