search for: 3688b

Displaying 4 results from an estimated 4 matches for "3688b".

Did you mean: 368b
2012 Jul 14
2
[LLVMdev] Issue with Machine Verifier and earlyclobber
...instruction of the form "load reg, [reg_addr+<offs>]", where reg_addr and dest can't be the same register. This caused the following verifier error: *** Bad machine code: No live range at def *** - function: f3 - basic block: entry 0x9d68664 (BB#0) [0B;5056B) - instruction: 3688B %vreg96<earlyclobber,def> = LDDWRdPtrQ <fi#0>, 0; mem:LD2[FixedStack0](align=1) DREGS:%vreg96 - operand 0: %vreg96<earlyclobber,def> 3688e is not live in [3688r,4480r:0) 0 at 3688r *** Bad machine code: Early clobber def must be at an early-clobber slot *** - function: f...
2012 Jul 14
0
[LLVMdev] Issue with Machine Verifier and earlyclobber
...reg, [reg_addr+<offs>]", where reg_addr and dest can't be the same register. > > This caused the following verifier error: > > *** Bad machine code: No live range at def *** > - function: f3 > - basic block: entry 0x9d68664 (BB#0) [0B;5056B) > - instruction: 3688B %vreg96<earlyclobber,def> = LDDWRdPtrQ <fi#0>, 0; mem:LD2[FixedStack0](align=1) DREGS:%vreg96 > - operand 0: %vreg96<earlyclobber,def> > 3688e is not live in [3688r,4480r:0) 0 at 3688r > > *** Bad machine code: Early clobber def must be at an early-clobber slot...
2012 Jul 14
2
[LLVMdev] Issue with Machine Verifier and earlyclobber
...;, where reg_addr and dest can't be the same register. > > > > This caused the following verifier error: > > > > *** Bad machine code: No live range at def *** > > - function: f3 > > - basic block: entry 0x9d68664 (BB#0) [0B;5056B) > > - instruction: 3688B %vreg96<earlyclobber,def> = LDDWRdPtrQ <fi#0>, > 0; mem:LD2[FixedStack0](align=1) DREGS:%vreg96 > > - operand 0: %vreg96<earlyclobber,def> > > 3688e is not live in [3688r,4480r:0) 0 at 3688r > > > > *** Bad machine code: Early clobber def must be a...
2012 Jul 15
0
[LLVMdev] Issue with Machine Verifier and earlyclobber
...an't be the same register. >> > >> > This caused the following verifier error: >> > >> > *** Bad machine code: No live range at def *** >> > - function: f3 >> > - basic block: entry 0x9d68664 (BB#0) [0B;5056B) >> > - instruction: 3688B %vreg96<earlyclobber,def> = LDDWRdPtrQ <fi#0>, >> 0; mem:LD2[FixedStack0](align=1) DREGS:%vreg96 >> > - operand 0: %vreg96<earlyclobber,def> >> > 3688e is not live in [3688r,4480r:0) 0 at 3688r >> > >> > *** Bad machine code: Early c...