Skip to Content.
Sympa Menu

svadev - [svadev] ConstantExpr in GEP, inttoptr?

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

[svadev] ConstantExpr in GEP, inttoptr?


Chronological Thread 
  • From: Ryan Taylor <ryta1203 AT gmail.com>
  • To: svadev AT cs.uiuc.edu
  • Subject: [svadev] ConstantExpr in GEP, inttoptr?
  • Date: Thu, 20 Sep 2012 16:28:31 -0700
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev/>
  • List-id: <svadev.cs.uiuc.edu>

Is the BreakGEPs pass suppose to break the constant expr of GEPs up? For example, I have this instruction:

%uglygep296 = getelementptr i8* inttoptr (i32 4 to i8*), i32 %tmp243

After using the Break GEPs pass, I'm curious as to why it's not getting rid of the inttoptr call here? I'm assuming that it is not suppose to break up inttoptr?

Thanks.



Archive powered by MHonArc 2.6.16.

Top of Page