[llvm-commits] Patch: small fix to bit convert and shifts
Evan Cheng
evan.cheng at apple.com
Mon Dec 8 14:38:45 PST 2008
Looks good.
Evan
On Dec 5, 2008, at 9:09 PM, Mon Ping Wang wrote:
> Hi,
>
> I'm resubmitting the patch with an additional change that fixes
> another bug when splitting vector shifts. When unrolling a vector
> shift, we fix up the shift amount to be the correct type. I left
> the fix up of the shift amount in LegalizeOp alone though I don't
> think it is ever needed since I don't think one can create a shift
> of a scalar with an incorrect shift amount type. I also updated the
> LangRef with an examples of using vector for the shift operands.
>
> -- Mon Ping
> <vshift.patch>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list