Displaying 1 result from an estimated 1 matches for "scevgep25".
Did you mean:
scevgep15
2011 Jul 06
1
[LLVMdev] Confusion with a Use of a getelementptr instruction being a Use of a select instruction instead
Hello,
I'm doing some Def/Use analysis, and I'm hung up on one tricky spot. The BB
in question is attached. Ignore the red.
The issue is that '%13 = load...' instruction does not show up as a Use for
the '%scevgep25' definition, and I feel like it should. Instead, it shows
up as a Use for '%iftmp.55.0 = select...', though Operand(0) for this '%13 =
load' instruction [listed as a Use for '%iftmp.55.0 = select...'] is
reported as the %scevgep25 instruction, which is correct.
Sorry i...