Displaying 1 result from an estimated 1 matches for "globalv".
Did you mean:
global
2007 Oct 18
3
[LLVMdev] movaps being generated despite alignment 1 being specified
...worked on, but seems sufficiently
different to ask about it here. I checked the bug database for "align"
and "movaps" and didn't see this issue raised.
Ok, the first bit of code here seems to generate correct assembly for
me. Basically, it copies the float4 stored at globalV and copies it
into the address pointed to by dependentV. Along the way, it creates a
<4 x float> and copies globalV into a temporary. I'm working on
bridging the gap between the outside of our system and the LLVM
generated code, so there is a little extra copying from and to
parameters...