Displaying 7 results from an estimated 7 matches for "extvni".
Did you mean:
extent
2011 Nov 14
2
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
...file and file a PR ?
Thanks,
-
Devang
cc1: /opt/buildslave/osuosl/slave/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/llvm.src/lib/CodeGen/LiveIntervalAnalysis.cpp:713: bool llvm::LiveIntervals::shrinkToUses(llvm::LiveInterval*, llvm::SmallVectorImpl<llvm::MachineInstr*>*): Assertion `ExtVNI == VNI && "Unexpected existing value number"' failed.
../../../llvm-gcc.src/libiberty/cplus-dem.c:4717: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs/> for instructions.
---------...
2011 Nov 15
1
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
Devang,
I see the cause for confusion. Your message from this morning was specifically referring to this assert:
Assertion `ExtVNI == VNI && "Unexpected existing value number"' failed.
That assertion was fixed in the r144547. The PR shows this assert:
Assertion failed: (isMetadata() && "Wrong MachineOperand accessor"), function
Bisect fails until the beginning of time (or really r12514...
2011 Nov 14
0
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
...-
> Devang
>
> cc1:
> /opt/buildslave/osuosl/slave/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/llvm.src/lib/CodeGen/LiveIntervalAnalysis.cpp:713:
> bool llvm::LiveIntervals::shrinkToUses(llvm::LiveInterval*,
> llvm::SmallVectorImpl<llvm::MachineInstr*>*): Assertion `ExtVNI == VNI &&
> "Unexpected existing value number"' failed.
> ../../../llvm-gcc.src/libiberty/cplus-dem.c:4717: internal compiler error:
> Aborted
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://llvm.org/bugs/>...
2011 Nov 15
2
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
...;
>> cc1:
>> /opt/buildslave/osuosl/slave/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/llvm.src/lib/CodeGen/LiveIntervalAnalysis.cpp:713:
>> bool llvm::LiveIntervals::shrinkToUses(llvm::LiveInterval*,
>> llvm::SmallVectorImpl<llvm::MachineInstr*>*): Assertion `ExtVNI == VNI &&
>> "Unexpected existing value number"' failed.
>> ../../../llvm-gcc.src/libiberty/cplus-dem.c:4717: internal compiler error:
>> Aborted
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See <URL:...
2011 Nov 15
0
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
...cc1:
>>> /opt/buildslave/osuosl/slave/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/llvm.src/lib/CodeGen/LiveIntervalAnalysis.cpp:713:
>>> bool llvm::LiveIntervals::shrinkToUses(llvm::LiveInterval*,
>>> llvm::SmallVectorImpl<llvm::MachineInstr*>*): Assertion `ExtVNI == VNI &&
>>> "Unexpected existing value number"' failed.
>>> ../../../llvm-gcc.src/libiberty/cplus-dem.c:4717: internal compiler error:
>>> Aborted
>>> Please submit a full bug report,
>>> with preprocessed source if appropriate.
&...
2011 Nov 15
2
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
On Nov 14, 2011, at 4:52 PM, Chad Rosier wrote:
> Devang,
> I believe this has been fixed with llvm r144547. See: <rdar://problem/10441389>.
It is likely that r144546 fixed some other bug. I just checked, this still fails with r144602.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Nov 15
0
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
In that case I'll see if I can't bisect.
Chad
On Nov 14, 2011, at 5:32 PM, Devang Patel wrote:
>
> On Nov 14, 2011, at 4:52 PM, Chad Rosier wrote:
>
>> Devang,
>> I believe this has been fixed with llvm r144547. See: <rdar://problem/10441389>.
>
> It is likely that r144546 fixed some other bug. I just checked, this still fails with r144602.
> -