[PATCH] Add a Scalarize pass

Renato Golin renato.golin at linaro.org
Sun Nov 10 10:23:55 PST 2013


On 10 November 2013 18:06, Nadav Rotem <nrotem at apple.com> wrote:

> People who use intrinsics or inline assembly are responsible for their
> optimizations and the compiler is not expected to save them when they port
> their code to targets that don’t support SIMD.
>

I imagine that some intrinsics won't be able to be lowered without calling
a complex function implementing it, though this too, could be done. I was
just enumerating, though, I'm not sure how interesting this is from a user
point of view.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131110/5096bc5b/attachment.html>


More information about the llvm-commits mailing list