search for: dependentf

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

Did you mean: dependent
2007 Oct 18
3
[LLVMdev] movaps being generated despite alignment 1 being specified
...],xmm0 15D1002F add esp,2Ch 15D10032 ret Here's where it gets weird and confusing to me. Let's make our evaluateDependents function do something else. In addition to copying globalV into dependentV, it's also going to set a singleton float pointed to by dependentF. We'll call a function foo to get the value. (I tried setting dependentF directly and that did NOT cause the problem with the generated code). Here's the LLVM code: ; ModuleID = 'hydra' target datalayout = "E-p:32:32:32-i1:8:8:8-i8:8:8:8-i32:32:32:32-f32:32:32:32&q...