search for: 157632

Displaying 4 results from an estimated 4 matches for "157632".

Did you mean: 15732
2012 Jun 13
0
[LLVMdev] Assert in live update from MI scheduler.
...g ranges for the instruction about to be bundled. This fixes a bug in an external project where an assertion was triggered due to spurious 'multiple defs' within the bundle. Patch by Ivan Llopard. Thanks Ivan! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 157632 Maybe Lang can remember something relevant though. I still see a number of these asserts on trunk. I just haven't gotten around to making a push to fix them yet, because I've been focussing on other areas. However, if you reproduce your problem on trunk, file a bug right away. If you aren...
2012 Jun 12
2
[LLVMdev] Assert in live update from MI scheduler.
Hello everyone, I am working on a release based on the branch 3.1 version of code. Unfortunately it has enough differences that exact rev does not apply. I am hitting an assert in liveness update with seemingly trivial code (attached). /local/mnt/workspace/slarin/tools/llvm-mainline-merged/lib/CodeGen/LiveInter valAnalysis.cpp:1078: void
2012 Jun 13
4
[LLVMdev] Assert in live update from MI scheduler.
...ut to be bundled. This fixes a bug in > an external > project where an assertion was triggered due to spurious 'multiple > defs' within > the bundle. > > Patch by Ivan Llopard. Thanks Ivan! > > git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 157632 > > Maybe Lang can remember something relevant though. > > I still see a number of these asserts on trunk. I just haven't gotten > around to making a push to fix them yet, because I've been focussing on > other areas. However, if you reproduce your problem on trunk, file...
2012 Jun 13
0
[LLVMdev] Assert in live update from MI scheduler.
...; in an external > > project where an assertion was triggered due to spurious > 'multiple > > defs' within > > the bundle. > > > > Patch by Ivan Llopard. Thanks Ivan! > > > > git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 157632 > > > > Maybe Lang can remember something relevant though. > > > > I still see a number of these asserts on trunk. I just haven't gotten > > around to making a push to fix them yet, because I've been focussing > > on other areas. However, if you reproduce...