gallivm: replace the temp parameters of the JIT function with alloca'ed temps. This...
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 30 Oct 2008 22:52:59 +0000 (23:52 +0100)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 30 Oct 2008 22:52:59 +0000 (23:52 +0100)
commitb81a7dc2d8ba09b48d5022cf9ff65f2fad890e11
tree444d58c24409b214f2048458a84e62e88360090e
parent443e102fdc8084dd2c73549c83de10524eb94b31
gallivm: replace the temp parameters of the JIT function with alloca'ed temps. This avoids useless writes of temporary results.
src/gallium/auxiliary/gallivm/gallivm_cpu.cpp
src/gallium/auxiliary/gallivm/storagesoa.cpp
src/gallium/auxiliary/gallivm/storagesoa.h
src/gallium/auxiliary/gallivm/tgsitollvm.cpp