Re: [PATCH bpf] selftests/bpf: adjust strobemeta loop to satisfy latest clang

2019-09-25 Thread Andrii Nakryiko
On Wed, Sep 25, 2019 at 1:33 PM Daniel Borkmann wrote: > > On Wed, Sep 25, 2019 at 11:52:05AM -0700, Andrii Nakryiko wrote: > > Some recent changes in latest Clang started causing the following > > warning when unrolling strobemeta test case main loop: > > > > progs/strobemeta.h:416:2: warning:

Re: [PATCH bpf] selftests/bpf: adjust strobemeta loop to satisfy latest clang

2019-09-25 Thread Daniel Borkmann
On Wed, Sep 25, 2019 at 11:52:05AM -0700, Andrii Nakryiko wrote: > Some recent changes in latest Clang started causing the following > warning when unrolling strobemeta test case main loop: > > progs/strobemeta.h:416:2: warning: loop not unrolled: the optimizer was > unable to perform the requ

[PATCH bpf] selftests/bpf: adjust strobemeta loop to satisfy latest clang

2019-09-25 Thread Andrii Nakryiko
Some recent changes in latest Clang started causing the following warning when unrolling strobemeta test case main loop: progs/strobemeta.h:416:2: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified a