search for: dependentv

Displaying 1 result from an estimated 1 matches for "dependentv".

Did you mean: dependent
2007 Oct 18
3
[LLVMdev] movaps being generated despite alignment 1 being specified
...bout 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 at the boundaries of this function. Since this is just...