search for: a175f3b4

Displaying 3 results from an estimated 3 matches for "a175f3b4".

2012 Aug 11
2
[LLVMdev] unique instruction ids
Hi All, I am trying to find out whether llvm assigns unique numeric ids to instructions? George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120811/37d4b82e/attachment.html>
2012 Aug 11
0
[LLVMdev] unique instruction ids
George Baah wrote: > Hi All, > I am trying to find out whether llvm assigns unique numeric ids to > instructions? No, we use the Instruction* wherever we want to refer to a unique instruction. I suppose you could cast that to an integer. Nick
2012 Aug 11
1
[LLVMdev] unique instruction ids
...> No, we use the Instruction* wherever we want to refer to a unique > instruction. I suppose you could cast that to an integer. > > Nick > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120811/a175f3b4/attachment.html>