[llvm] r303763 - [LV] Update type in cost model for scalarization
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 15:53:11 PDT 2017
On Wed, May 24, 2017 at 03:26:16PM -0000, Matthew Simpson via llvm-commits wrote:
> Author: mssimpso
> Date: Wed May 24 10:26:15 2017
> New Revision: 303763
>
> URL: http://llvm.org/viewvc/llvm-project?rev=303763&view=rev
> Log:
> [LV] Update type in cost model for scalarization
Reverted. Test case is attached.
Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: parse-93375c.sh
Type: application/x-sh
Size: 733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170530/70dc535b/attachment.sh>
-------------- next part --------------
a;
fn1() {
while (fn1) {
char *s;
int i;
long n = s = a & 2;
for (; i < n; ++i)
if (s[i])
s[i] = '_';
}
}
More information about the llvm-commits
mailing list