search for: a6e4aa43

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

2016 Feb 08
4
distinguish program and temporary variables
Hi, I need to check if a variable belongs to the program originally. Consider the following code line: y = x + 4 and its corresponding llvm ir (roughly): %16 = load i32 %x %add = add i32 %16, i32 4 store i32 %add, %y I need to distinguish between %16, %add and %x, %y. Any help is appreciated. Best, Mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Feb 08
3
distinguish program and temporary variables
...ion to a point where > it won't be meaningful. > Why are you needing this? What are you trying to accomplish? > > -- > Mehdi > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160208/a6e4aa43/attachment.html>