search for: 1776_193

Displaying 2 results from an estimated 2 matches for "1776_193".

2016 Mar 31
2
PHI inst has two exact the same operands?
...? %j_8 = phi i32 [ %j_100, %"<bb 13>" ], [ %j_9133, %"<bb 10>" ], [ %j_9133, %"<bb 9>" ] Variable %j_9133 is in bb 9. And also this one: %D.1898_8.i = phi i32 [ %D.1898_27.i, %"<bb 18>.i" ], [ -1, %"<bb 23>" ], [ %D.1776_193, %"<bb 4>], [ %D.1776_193, %"<bb 4>], [ %l_5.lcssa.i, %"<bb 17>.i" ] It has two identical operands. Are they valid llvm instructions? I am hacking a infrastructure which generates these IR. I was wondering if I should make my tool support this or somehow manag...
2016 Mar 31
0
PHI inst has two exact the same operands?
...t;bb 13>" ], [ %j_9133, %"<bb 10>" ], [ > %j_9133, %"<bb 9>" ] > > Variable %j_9133 is in bb 9. > > And also this one: > > %D.1898_8.i = phi i32 [ %D.1898_27.i, %"<bb 18>.i" ], [ -1, %"<bb 23>" ], > [ %D.1776_193, %"<bb 4>], [ %D.1776_193, %"<bb 4>], [ %l_5.lcssa.i, > %"<bb 17>.i" ] > > It has two identical operands. > Are they valid llvm instructions? I am hacking a infrastructure which > generates these IR. I was wondering if I should make my tool suppo...