mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 22:04:10 +00:00
LLVM has unaligned loads and stores now.
llvm-svn: 71449
This commit is contained in:
parent
26745696ef
commit
361dcef406
@ -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] };
|
||||
|
Loading…
x
Reference in New Issue
Block a user