Displaying 2 results from an estimated 2 matches for "fbd8e12a".
2011 Jul 01
0
[LLVMdev] (no subject)
...sters, that should never happen anyway. Something else is wrong.
BTW, the new greedy register allocator is way better. It never makes mistakes!
/jakob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110701/fbd8e12a/attachment.html>
2011 Jul 01
2
[LLVMdev] (no subject)
I'm trying to debug a problem with our custom backend with using a tiered register allocation setup.
Just a little background. My target uses vec4 32bit registers and I want to have three levels of registers setup.
Each vec4 register can have two sub-regs of size vec2 32bit, and each sub-reg, has its own two sub-regs of 32bit each.
So it looks like this, xyzw -> {xy, zw} -> {x, y, z,