Displaying 2 results from an estimated 2 matches for "868cddebeb9acc8ccbac6253de0480b0".
2016 Oct 19
2
Assertion fail/crash in X86FrameLowering::GetFrameIndexReference SEH
...llvm.
>
>
> On 2016-10-17 18:02, Carlo Kok via llvm-dev wrote:
>
>> Hi,
>>
>> I'm gettign an assertion fail/crash in
>> X86FrameLowering::GetFrameIndexReference when compiling the following
>> bitcode:
>>
>> https://gist.github.com/carlokok/868cddebeb9acc8ccbac6253de0480b0
>>
>> I tried removing the llvm.frameaddres calls but that's not it, where can
>> I start looking for what my mistake here is? Code seems to verify just
>> fine.
>>
>>
>> ; #0 0x00e1afe8 llvm::X86FrameLowering::getFrameIndexReference(class
>> llvm...
2016 Oct 17
2
Assertion fail/crash in X86FrameLowering::GetFrameIndexReference SEH
Hi,
I'm gettign an assertion fail/crash in
X86FrameLowering::GetFrameIndexReference when compiling the following
bitcode:
https://gist.github.com/carlokok/868cddebeb9acc8ccbac6253de0480b0
I tried removing the llvm.frameaddres calls but that's not it, where can
I start looking for what my mistake here is? Code seems to verify just fine.
; #0 0x00e1afe8 llvm::X86FrameLowering::getFrameIndexReference(class
llvm::MachineFunction const &,int,unsigned int &)const
c:\p\ll...