Displaying 2 results from an estimated 2 matches for "b4b8323e".
2017 Jul 19
2
error:Ran out of lanemask bits to represent subregisterr
...> -Krzysztof
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted by The Linux Foundation
>
--
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170719/b4b8323e/attachment.html>
2017 Jul 19
2
error:Ran out of lanemask bits to represent subregisterr
LaneMask isn't as self contained as it should be. 64 bits is enough here.
The problem is accidental leaking of the current size.
For example there was a hard coded compare with 32 in tablegen until I
fixed it recently.
On Wed, Jul 19, 2017 at 1:36 PM Krzysztof Parzyszek <kparzysz at codeaurora.org>
wrote:
> LaneBitmask should be self-contained. If 64 bits aren't enough, there