Displaying 2 results from an estimated 2 matches for "7aa6269f".
2013 Nov 19
0
[LLVMdev] Limit loop vectorizer to SSE
...rash
> with a readable error message can simply write code that checks the
> pointer (by masking the high bits and comparing to zero).
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131119/7aa6269f/attachment.html>
2013 Nov 15
6
[LLVMdev] Limit loop vectorizer to SSE
On Nov 15, 2013, at 12:36 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 15 November 2013 20:24, Joshua Klontz <josh.klontz at gmail.com> wrote:
> Agreed, is there a pass that will insert a runtime alignment check? Also, what's the easiest way to get at TargetTransformInfo::getRegisterBitWidth() so I don't have to hard code 32? Thanks!
>
> I think