Displaying 3 results from an estimated 3 matches for "d18001".
2016 Mar 23
6
LSR/SCEV problem/question
Hi All,
I've run into what appears to be a bug in ScalarEvolution, but I'm not sure
if it is instead caused by me missing an implicit assumption between LSR and
SCEV.
This issue is caused by the change D18001 <http://reviews.llvm.org/D18001> ,
which is an attempt to increase SCEV-inserted instruction re-use by picking
a more canonical insertion position in the case where a new insert position
block is not found.
The problem I have run into with this change is that it causes an insert
position ins...
2016 Mar 24
0
LSR/SCEV problem/question
Hi Geoff,
Firstly, I think it will be great if you have a small reproducer of
this issue (which I can make fail after re-applying D18001 to ToT).
> I’ve run into what appears to be a bug in ScalarEvolution, but I’m not sure
> if it is instead caused by me missing an implicit assumption between LSR and
> SCEV.
>
> This issue is caused by the change D18001, which is an attempt to increase
> SCEV-inserted instruction...
2016 Mar 23
0
LSR/SCEV problem/question
...M, Geoff Berry via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi All,
>
> I’ve run into what appears to be a bug in ScalarEvolution, but I’m not sure if it is instead caused by me missing an implicit assumption between LSR and SCEV.
> This issue is caused by the change D18001 <http://reviews.llvm.org/D18001>, which is an attempt to increase SCEV-inserted instruction re-use by picking a more canonical insertion position in the case where a new insert position block is not found.
> The problem I have run into with this change is that it causes an insert position...