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:
0174674
)
LLVM has unaligned loads and stores now.
author
Dan Gohman
<gohman@apple.com>
Mon, 11 May 2009 18:06:05 +0000
(18:06 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 11 May 2009 18:06:05 +0000
(18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71449
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/README.txt
b/lib/Target/README.txt
index e5eca96c5a317666a3cc2c2b124bf616d0bbaa48..767a18dc2252091982dd5b50ff232455f08762c8 100644
(file)
--- a/
lib/Target/README.txt
+++ b/
lib/Target/README.txt
@@
-125,8
+125,7
@@
specific vector types are target dependent.
//===---------------------------------------------------------------------===//
-We should add 'unaligned load/store' nodes, and produce them from code like
-this:
+We should and produce and unaligned load from code like this:
v4sf example(float *P) {
return (v4sf){P[0], P[1], P[2], P[3] };