Displaying 1 result from an estimated 1 matches for "iscenter".
2013 Jul 20
1
[LLVMdev] Another memory alignment issue with SSE operations
Unfortunately, I've ran into a second issue where addpd is being
performed on memory that isn't 16 byte aligned. Again, this only happens
if the createJIT OptLevel is set to Default (vs None).
According to
http://www.jaist.ac.jp/iscenter-new/mpc/altix/altixdata/opt/intel/vtune/doc/users_guide/mergedProjects/analyzer_ec/mergedProjects/reference_olh/mergedProjects/instructions/instruct32_hh/vc8a.htm
that will cause a GPF.
I've attached the LLVM IR and a copy of the Disassembly this results in.
The crash occurs at 00370872
At t...