Displaying 1 result from an estimated 1 matches for "lfixedconv8".
Did you mean:
fixedconv
2012 Jan 24
1
[LLVMdev] Req-sequence, partial defs
...Becomes
Live Ins: %a0h %a1_32 %a2h %a3_32
... (COPY coalesced as a2h is live in)
%a2l<def> = mov 0, pred:0, pred:%noreg, %ac0<imp-use>, %ac1<imp-use>, %a2_32<imp-use>
results in:
** Bad machine code: Using an undefined physical register ***
- function: lfixedconv8
- basic block: 0x91a1940 (BB#0)
- instruction: %a2l<def> = mov 0, pred:0, pred:%noreg, %ac0<imp-use>, %ac1<imp-use>, %a2_32<imp-use>
- operand 6: %a2_32<imp-use>
I cannot quite figure what's wrong here - the a2_32<imp-use> operand was added by the Virtua...