search for: i_0_pn

Displaying 2 results from an estimated 2 matches for "i_0_pn".

2008 Feb 04
0
[LLVMdev] Question to Chris
...t; is, but I have no good ability that I can explain it in this plain >> text space. > >Let me rephrase your question for you. You can then see the right >question, and the answer for it. > >The question is, why is, why can't I change: > > bb8: > sum_1 = i_0_pn + sum_0_pn; > br bool %exitcond, label %bb10, label %bb3 > >into > > bb8: > br bool %exitcond, label %bb10, label %bb3 > sum_1 = i_0_pn + sum_0_pn; > >? > >The answer is, because that is an invalid transform. > > A: > B; > C; >...
2008 Feb 02
4
[LLVMdev] Question to Chris
Dear Prof.Adve and Bill, I deeply appreciate your comments and concerns. (Please forgive my late response. I've tried some more cases to make this issue) As Prof.Adve mentioned, I need to explain exactly what my problem is, but I have no good ability that I can explain it in this plain text space. For this reason, I made a .pdf file and linked it as follows: