https://bugs.llvm.org/show_bug.cgi?id=19463

Nick Desaulniers <ndesaulni...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ndesaulni...@google.com
         Resolution|---                         |INVALID

--- Comment #6 from Nick Desaulniers <ndesaulni...@google.com> ---
>   unsigned long mask[(((num_processors) + (8 * sizeof(long)) - 1) / (8 * 
> sizeof(long)))];

> I totally agree this looks and smells like VLAIS, but is it? 

num_processors is not an ICE.  As pointed out in comment #2.

I removed this from the kernel anyway as pointed out in comment #5.

Closing as invalid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to