[llvm-dev] HOW TO ACCESS THE LHS PART OF LOAD/ALLOCA INSTRUCTION.

binapani via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 14 00:21:05 PST 2017


Hello Sir/Madam,

   I am implementing Pointer-analysis in LLVM. As I am a novice user of 
LLVM, facing many problems. I have the following doubt.

   HOW TO ACCESS THE LHS PART OF LOAD/ALLOCA INSTRUCTION.

   Eg:
     %c = alloca i32**, align 8
     %0 = load i32*, i32** %b, align 8

      how to access c and address of 0(temporary variable) in case of 
alloca and load instruction respectively ?

Regards,
Binapani Beria


More information about the llvm-dev mailing list