Displaying 5 results from an estimated 5 matches for "myllvm".
Did you mean:
mllvm
2016 Jul 22
2
Hitting assertion failure related to vectorization + instcombine
...i1> %cmp, <2 x i32> %x, <2 x i32> %xor
> ret <2 x i32> %x.xor
> }
>
> $ ./opt -instcombine selvec.ll -S
> Assertion failed: (BitWidth == RHS.BitWidth && "Comparison requires equal
> bit widths"), function operator==, file
> /Users/spatel/myllvm/llvm/include/llvm/ADT/APInt.h, line 983.
>
> I should have a patch up for review shortly.
>
>
> On Wed, Jul 20, 2016 at 2:03 PM, Sanjay Patel <spatel at rotateright.com>
> wrote:
>>
>> Thanks for notifying me. Yes, this was a recent change. Taking a look now.
>...
2016 Jul 25
2
Hitting assertion failure related to vectorization + instcombine
...;2 x i32> %x.xor
>> > }
>> >
>> > $ ./opt -instcombine selvec.ll -S
>> > Assertion failed: (BitWidth == RHS.BitWidth && "Comparison requires
>> > equal
>> > bit widths"), function operator==, file
>> > /Users/spatel/myllvm/llvm/include/llvm/ADT/APInt.h, line 983.
>> >
>> > I should have a patch up for review shortly.
>> >
>> >
>> > On Wed, Jul 20, 2016 at 2:03 PM, Sanjay Patel <spatel at rotateright.com>
>> > wrote:
>> >>
>> >> Thanks...
2016 Jul 27
0
Hitting assertion failure related to vectorization + instcombine
...> > }
>>> >
>>> > $ ./opt -instcombine selvec.ll -S
>>> > Assertion failed: (BitWidth == RHS.BitWidth && "Comparison requires
>>> > equal
>>> > bit widths"), function operator==, file
>>> > /Users/spatel/myllvm/llvm/include/llvm/ADT/APInt.h, line 983.
>>> >
>>> > I should have a patch up for review shortly.
>>> >
>>> >
>>> > On Wed, Jul 20, 2016 at 2:03 PM, Sanjay Patel <spatel at rotateright.com>
>>> > wrote:
>>> >&...
2016 Jul 28
1
Hitting assertion failure related to vectorization + instcombine
...>
> >>> > $ ./opt -instcombine selvec.ll -S
> >>> > Assertion failed: (BitWidth == RHS.BitWidth && "Comparison requires
> >>> > equal
> >>> > bit widths"), function operator==, file
> >>> > /Users/spatel/myllvm/llvm/include/llvm/ADT/APInt.h, line 983.
> >>> >
> >>> > I should have a patch up for review shortly.
> >>> >
> >>> >
> >>> > On Wed, Jul 20, 2016 at 2:03 PM, Sanjay Patel <
> spatel at rotateright.com <javascript:;...
2016 Jul 20
2
Hitting assertion failure related to vectorization + instcombine
Thanks for notifying me. Yes, this was a recent change. Taking a look now.
On Wed, Jul 20, 2016 at 1:49 PM, Michael Kuperstein <mkuper at google.com>
wrote:
> +Sanjay, who touched this last. :-)
>
> On Wed, Jul 20, 2016 at 12:44 PM, Ismail Badawi (ibadawi) via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi folks,
>>
>> I'm hitting the