Displaying 2 results from an estimated 2 matches for "pr4731".
2009 Aug 17
2
[LLVMdev] canonicalizing types for vector operations
I committed a change to fix pr4731 yesterday but after thinking about
it some more, I'd like to get other opinions about this. Chris and I
talked last week about the need to canonicalize the types used for
Neon vector shuffles so that they get CSEd. I guess this was an issue
that came up for SSE.
For pr4731, I changed...
2009 Aug 17
0
[LLVMdev] canonicalizing types for vector operations
On Aug 17, 2009, at 7:15 AM, Bob Wilson wrote:
> I committed a change to fix pr4731 yesterday but after thinking about
> it some more, I'd like to get other opinions about this. Chris and I
> talked last week about the need to canonicalize the types used for
> Neon vector shuffles so that they get CSEd. I guess this was an issue
> that came up for SSE.
>
>...