search for: vistxor

Displaying 3 results from an estimated 3 matches for "vistxor".

Did you mean: visitxor
2009 Jul 29
3
[LLVMdev] Vector logic regression in r73431
...ng them with a scalar value? So could anyone who knows the ins and outs of this code have a look at how to make it handle vectors correctly? Or if that's not an option right now, please revert the broken optimizations. Note that there might be more things affected than visitAnd, visitOr and vistXor, I've only been able to identify these so far with little knowledge of the actual code. I currently don't have a reduced testcase, but if really necessary I can try to extract one. Cheers, Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: <h...
2009 Jul 29
0
[LLVMdev] Vector logic regression in r73431
...s.net> wrote: > So could anyone who knows the ins and outs of this code have a look at how > to make it handle vectors correctly? Or if that’s not an option right now, > please revert the broken optimizations. Note that there might be more things > affected than visitAnd, visitOr and vistXor, I’ve only been able to identify > these so far with little knowledge of the actual code. I currently don’t > have a reduced testcase, but if really necessary I can try to extract one. Does the attached help? -Eli -------------- next part -------------- Index: InstructionCombining.cpp =====...
2009 Jul 30
2
[LLVMdev] Vector logic regression in r73431
...t; wrote: > So could anyone who knows the ins and outs of this code have a look at > how to make it handle vectors correctly? Or if that's not an option > right now, please revert the broken optimizations. Note that there > might be more things affected than visitAnd, visitOr and vistXor, I've > only been able to identify these so far with little knowledge of the > actual code. I currently don't have a reduced testcase, but if really necessary I can try to extract one. Does the attached help? -Eli