search for: cmp16ir

Displaying 1 result from an estimated 1 matches for "cmp16ir".

Did you mean: cmp16
2009 Sep 18
0
[LLVMdev] Problems with live-ins and live-outs
....c -S -o - -O1 -verify-machineinstrs -debug For example: %R15W is killed in MBB#0: CMP16rr %R14W<kill>, %R15W<kill>, %SRW<imp-def> But %R15 as live-in in MMB#1: if.else: 0xa244c20, LLVM BB @0xa1f0a08, ID#1: Live Ins: %R15W %R15B Predecessors according to CFG: 0xa244bd4 (#0) CMP16ir -21, %R15W, %SRW<imp-def> Does someone have any idea of what can be the root cause of these errors? How can I debug this? ---------------------------Complete Output:---------------------- # Machine code for f(): Live Ins: R15W in VR#1025 R14W in VR#1026 Live Outs: R15W entry: 0xa244bd4, L...