Re: [PATCH] sparse: can do constant folding of __builtin_bswap*()

2021-02-26 Thread Miguel Ojeda
On Fri, Feb 26, 2021 at 10:22 AM Luc Van Oostenryck wrote: > > Sparse can do constant folding of __builtin_bswap*() since 2017. > Also, a much recent version of Sparse is needed anyway, see > commit 6ec4476ac825 ("Raise gcc version requirement to 4.9"). > > So, remove the comment about sparse not

Re: [PATCH] sparse: can do constant folding of __builtin_bswap*()

2021-02-26 Thread Arnd Bergmann
On Fri, Feb 26, 2021 at 10:22 AM Luc Van Oostenryck wrote: > > Sparse can do constant folding of __builtin_bswap*() since 2017. > Also, a much recent version of Sparse is needed anyway, see > commit 6ec4476ac825 ("Raise gcc version requirement to 4.9"). > > So, remove the comment about sparse not

[PATCH] sparse: can do constant folding of __builtin_bswap*()

2021-02-26 Thread Luc Van Oostenryck
Sparse can do constant folding of __builtin_bswap*() since 2017. Also, a much recent version of Sparse is needed anyway, see commit 6ec4476ac825 ("Raise gcc version requirement to 4.9"). So, remove the comment about sparse not being yet able to constant fold __builtin_bswap*() and remove the corre