[PATCH] Transform OR of SELECTs to SELECT of ORs
Nadav Rotem
nrotem at apple.com
Mon Feb 4 10:45:57 PST 2013
On Feb 4, 2013, at 10:09 AM, Muhammad Tauqir Ahmad <muhammad.t.ahmad at intel.com> wrote:
> + // FIXME: Disable vector-select until codegen matures to handle them better.
> + // See test32 in test/Transforms/InstCombine/or.ll
> + if (!I.getType()->isVectorTy())
The codegen support for vector-select is pretty good. Did you copy this comment from somewhere ?
Thanks,
Nadav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130204/32ce9121/attachment.html>
More information about the llvm-commits
mailing list