Displaying 5 results from an estimated 5 matches for "rl275911".
2016 Jul 22
2
Hitting assertion failure related to vectorization + instcombine
...y: let me know if this is something that will apply to 3.9.
Thanks,
Hans
On Wed, Jul 20, 2016 at 5:59 PM, Sanjay Patel via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Quick update - the bug existed before I refactored that chunk in
> InstSimplify with:
> https://reviews.llvm.org/rL275911
>
> In fact, as discussed in https://reviews.llvm.org/D22537 - because we have a
> big pile of lazily copied code, the bug has an identical twin that exists in
> InstCombine. I swear I didn't touch that code...yet. :)
>
> define <2 x i32> @select_icmp_vec(<2 x i32>...
2016 Jul 25
2
Hitting assertion failure related to vectorization + instcombine
...hanks,
>> Hans
>>
>> On Wed, Jul 20, 2016 at 5:59 PM, Sanjay Patel via llvm-dev
>> <llvm-dev at lists.llvm.org> wrote:
>> > Quick update - the bug existed before I refactored that chunk in
>> > InstSimplify with:
>> > https://reviews.llvm.org/rL275911
>> >
>> > In fact, as discussed in https://reviews.llvm.org/D22537 - because we
>> > have a
>> > big pile of lazily copied code, the bug has an identical twin that
>> > exists in
>> > InstCombine. I swear I didn't touch that code...yet. :)
&...
2016 Jul 27
0
Hitting assertion failure related to vectorization + instcombine
...;>>
>>> On Wed, Jul 20, 2016 at 5:59 PM, Sanjay Patel via llvm-dev
>>> <llvm-dev at lists.llvm.org> wrote:
>>> > Quick update - the bug existed before I refactored that chunk in
>>> > InstSimplify with:
>>> > https://reviews.llvm.org/rL275911
>>> >
>>> > In fact, as discussed in https://reviews.llvm.org/D22537 - because we
>>> > have a
>>> > big pile of lazily copied code, the bug has an identical twin that
>>> > exists in
>>> > InstCombine. I swear I didn't tou...
2016 Jul 28
1
Hitting assertion failure related to vectorization + instcombine
...16 at 5:59 PM, Sanjay Patel via llvm-dev
> >>> <llvm-dev at lists.llvm.org <javascript:;>> wrote:
> >>> > Quick update - the bug existed before I refactored that chunk in
> >>> > InstSimplify with:
> >>> > https://reviews.llvm.org/rL275911
> >>> >
> >>> > In fact, as discussed in https://reviews.llvm.org/D22537 - because
> we
> >>> > have a
> >>> > big pile of lazily copied code, the bug has an identical twin that
> >>> > exists in
> >>> > In...
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