Displaying 4 results from an estimated 4 matches for "decreasesetpressure".
2016 Apr 27
2
Assertion in MachineScheduler.cpp
Thanks for the suggestion.
I tried your fix. It worked for my particular case, but then I got a
following error:
clang-3.5:
/home/rail/projects/escala_llvm/trunk/llvm-or1k/lib/CodeGen/RegisterPressure.cpp:39:
void decreaseSetPressure(std::vector<unsigned int>&, llvm::PSetIterator):
Assertion `CurrSetPressure[*PSetI] >= Weight && "register pressure
underflow"' failed.
Do you mind helping me out? A stack dump is provided below:
clang-3.5:
/home/rail/projects/escala_llvm/trunk/llvm-or1k/lib/Cod...
2016 Apr 27
2
Assertion in MachineScheduler.cpp
...>
>> Thanks for the suggestion.
>>
>> I tried your fix. It worked for my particular case, but then I got a
>> following error:
>>
>> clang-3.5:
>>
>> /home/rail/projects/escala_llvm/trunk/llvm-or1k/lib/CodeGen/RegisterPressure.cpp:39:
>> void decreaseSetPressure(std::vector<unsigned int>&,
>> llvm::PSetIterator): Assertion `CurrSetPressure[*PSetI] >= Weight &&
>> "register pressure underflow"' failed.
>>
>> Do you mind helping me out? A stack dump is provided below:
>>
>> clang-3.5:
>...
2016 Apr 28
4
Assertion in MachineScheduler.cpp
...>
> I tried your fix. It worked for my particular case, but then
> I got a
> following error:
>
> clang-3.5:
> /home/rail/projects/escala_llvm/trunk/llvm-or1k/lib/CodeGen/RegisterPressure.cpp:39:
> void decreaseSetPressure(std::vector<unsigned int>&,
> llvm::PSetIterator): Assertion `CurrSetPressure[*PSetI] >=
> Weight &&
> "register pressure underflow"' failed.
>
> Do you mind helping me out? A stack dump is provided be...
2016 Apr 27
2
Assertion in MachineScheduler.cpp
I was handed a makefile which is used to compile a library and was told to
figure out why the compilation is failing.
There is a lot of output and at this point I'm not sure what is important
and what is not. I'm trying to solve this problem in small steps, so if
asked I can certainly provide more information.
The first error that I see during compilation is