[llvm-commits] [llvm] r135040 - in /llvm/trunk: include/llvm/ include/llvm/Analysis/ include/llvm/CodeGen/ include/llvm/Support/ lib/Analysis/ lib/AsmParser/ lib/Bitcode/Reader/ lib/CodeGen/SelectionDAG/ lib/Target/CBackend/ lib/Transforms/InstCo
Chris Lattner
clattner at apple.com
Thu Jul 14 09:27:07 PDT 2011
On Jul 14, 2011, at 1:38 AM, Jay Foad wrote:
>> Want to do ConstantExpr too?
>
> Which bit of it? I'm planning to do GetElementPtrInst next, and that
> will probably include ConstantExpr::getGetElementPtr. I can't see much
> else to do in ConstantExpr.
Sorry, ConstantExpr::getGetElementPtr is what I meant :). Great!
Another target is Intrinsic::getDeclaration. A bonus for it is that it isn't used as pervasively as GEP's.
-Chris
More information about the llvm-commits
mailing list