search for: 94befc0a

Displaying 3 results from an estimated 3 matches for "94befc0a".

2013 Aug 20
0
[LLVMdev] Failure to optimize vector select
Can you send the IR of the function ? On Aug 20, 2013, at 8:36 AM, Matt Arsenault <arsenm2 at gmail.com> wrote: > > On Aug 19, 2013, at 18:47 , Eugene Toder <eltoder at gmail.com> wrote: > >> Have you tried running SLP vectorizer pass (-vectorize-slp)? > Yes. That was the first thing i tried, and it didn't do anything. I was looking the vectorizer, but then
2013 Aug 20
3
[LLVMdev] Failure to optimize vector select
On Aug 19, 2013, at 18:47 , Eugene Toder <eltoder at gmail.com> wrote: > Have you tried running SLP vectorizer pass (-vectorize-slp)? Yes. That was the first thing i tried, and it didn't do anything. I was looking the vectorizer, but then I saw some things that made me wonder if it was even supposed to do this
2013 Aug 20
3
[LLVMdev] Failure to optimize vector select
...IR of the function ? Attached is the -O0 and -O3 IR -------------- next part -------------- A non-text attachment was scrubbed... Name: vselect_optimized.ll Type: application/octet-stream Size: 1545 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130820/94befc0a/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: vselect_unoptimized.ll Type: application/octet-stream Size: 4423 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130820/94befc0a/attachment-0001.obj>