Displaying 1 result from an estimated 1 matches for "6ddb8d7e".
2017 Apr 26
2
Store unswitch
...a[i] = y0;
else
a[i] = y1;
to
a[i] = x ? y0 : y1?
I tried opt (3.9) with -O3 but looks like such an optimization do not
happened.
Thanks
Hongbin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170425/6ddb8d7e/attachment.html>