search for: lm_s

Displaying 8 results from an estimated 8 matches for "lm_s".

Did you mean: lm's
2016 Oct 21
3
Segfault in llc 3.8.0 building GHC
Hi all, I'm hitting a segfault in llc when trying to build GHC: http://sprunge.us/ZVGB. What is the best way to debug this? I'm able to bump to 3.8.1 if needed, but GHC tends to break when updating major versions due to IR incompatibilities. Thanks, Shea -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size:
2011 Aug 29
3
[LLVMdev] ARM issue: Trying to add an operand to a machine instr that is already done!
...:MachineOperand&): Assertion `(isImpReg || !OperandsComplete()) && "Trying to add an operand to a machine instr that is already done!"' failed. Stack dump: 0. Program arguments: llc -O3 -relocation-model=static /tmp/ghc12607_0/ghc12607_0.bc -o /tmp/ghc12607_0/ghc12607_0.lm_s -mattr=+v7,+vfp3 1. Running pass 'Function Pass Manager' on module '/tmp/ghc12607_0/ghc12607_0.bc'. 2. Running pass 'ARM load / store optimization pass' on function '@s51E_info' Aborted FYI: Stephen Blackheath enhanced LLVM to support custom GHC calling conventi...
2011 Aug 29
0
[LLVMdev] ARM issue: Trying to add an operand to a machine instr that is already done!
...eOperand&): Assertion `(isImpReg || !OperandsComplete()) && "Trying to add an operand to a machine instr that is already done!"' failed. > Stack dump: > 0. Program arguments: llc -O3 -relocation-model=static /tmp/ghc12607_0/ghc12607_0.bc -o /tmp/ghc12607_0/ghc12607_0.lm_s -mattr=+v7,+vfp3 > 1. Running pass 'Function Pass Manager' on module '/tmp/ghc12607_0/ghc12607_0.bc'. > 2. Running pass 'ARM load / store optimization pass' on function '@s51E_info' > Aborted > > FYI: Stephen Blackheath enhanced LLVM to support custom...
2016 Oct 26
1
Segfault in llc 3.8.0 building GHC
...ash yourself. > > 0. Program arguments: > /nix/store/izlawmnrzpk5sbr62c757cxay0kdlgam-llvm-3.8.0/bin/llc -O3 > -relocation-model=dynamic-no-pic > /private/tmp/nix-build-ghc-8.1.201601019.drv-3/ghc37608_0/ghc_5.bc -o > /private/tmp/nix-build-ghc-8.1.201601019.drv-3/ghc37608_0/ghc_6.lm_s > --enable-tbaa=true -mattr=+v7,+vfp3 > [...] > 1. Running pass 'Function Pass Manager' on module > '/private/tmp/nix-build-ghc-8.1.201601019.drv-3/ghc37608_0/ghc_5.bc'. > 2. Running pass 'Prologue/Epilogue Insertion & Frame Finalization' on > function...
2011 Aug 29
1
[LLVMdev] ARM issue: Trying to add an operand to a machine instr that is already done!
...&): Assertion `(isImpReg || !OperandsComplete())&& "Trying to add an operand to a machine instr that is already done!"' failed. >> Stack dump: >> 0. Program arguments: llc -O3 -relocation-model=static /tmp/ghc12607_0/ghc12607_0.bc -o /tmp/ghc12607_0/ghc12607_0.lm_s -mattr=+v7,+vfp3 >> 1. Running pass 'Function Pass Manager' on module '/tmp/ghc12607_0/ghc12607_0.bc'. >> 2. Running pass 'ARM load / store optimization pass' on function '@s51E_info' >> Aborted >> >> FYI: Stephen Blackheath enhanced LLV...
2013 Jan 12
0
[LLVMdev] llvm shipping with android ndk for building ghc cross compiler
...18 llc 0x081322ce main + 3390 19 libc.so.6 0x557004b3 __libc_start_main + 243 20 llc 0x0813e9b9 Stack dump: 0. Program arguments: /home/ls/src/android-ndk/toolchains/llvm-3.1/prebuilt/linux-x86/bin/llc -O2 -relocation-model=static /tmp/ghc2647_0/ghc2647_0.bc -o /tmp/ghc2647_0/ghc2647_0.lm_s --enable-tbaa=true 1. Running pass 'Function Pass Manager' on module '/tmp/ghc2647_0/ghc2647_0.bc'. 2. Running pass 'ARM Instruction Selection' on function '@ghczmprim_GHCziTypes_Czh_info'
2011 Jun 24
2
[LLVMdev] Infinite loop in llc on ARMv7 (LLVM HEAD from June 17)
...at /export/home/karel/vcs/llvm-head/lib/VMCore/PassManager.cpp:1715 #19 0x005517a4 in main (argc=6, argv=0x7ee91644) at /export/home/karel/vcs/llvm-head/tools/llc/llc.cpp:338 LLC is invoked with flags: llc -O1 -relocation-model=static/tmp/ghc1436_0/ghc1436_0.bc -o /tmp/ghc1436_0/ghc1436_0.lm_s The LLC is from LLVM head as of June 17, the HEAD is: commit ed6fa188c4cf2d382991dd054f7c5157420908c3 Author: Galina Kistanova <gkistanova at gmail.com> Date: Fri Jun 17 18:26:23 2011 +0000 est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder. git-svn-id: https://...
2011 Jun 24
0
[LLVMdev] Infinite loop in llc on ARMv7 (LLVM HEAD from June 17)
...d/lib/VMCore/PassManager.cpp:1715 > #19 0x005517a4 in main (argc=6, argv=0x7ee91644) >     at /export/home/karel/vcs/llvm-head/tools/llc/llc.cpp:338 > > > LLC is invoked with flags: > > llc -O1 -relocation-model=static/tmp/ghc1436_0/ghc1436_0.bc -o > /tmp/ghc1436_0/ghc1436_0.lm_s > > The LLC is from LLVM head as of June 17, the HEAD is: > > commit ed6fa188c4cf2d382991dd054f7c5157420908c3 > Author: Galina Kistanova <gkistanova at gmail.com> > Date:   Fri Jun 17 18:26:23 2011 +0000 > >     est 2008-06-04-indirectmem.ll is X86-specific. Move to X8...