[llvm-dev] comparing IR instruction within different basic blocks

Mokri, Parnian via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 29 13:05:44 PDT 2016


comparing arithmetical operations in a function's IR to operations in another function's IR. I want to see they share similar arithmetic opcode, I don't care about their sequence at this time.


Thanks,

Best,

Parnian

________________________________
From: Daniel Berlin <dberlin at dberlin.org>
Sent: Thursday, September 29, 2016 3:56:41 PM
To: Mokri, Parnian
Cc: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] comparing IR instruction within different basic blocks

in what sense?


On Thu, Sep 29, 2016 at 12:53 PM, Mokri, Parnian via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:

Hello all,


What is the best way to compare IR instructions in one basic block to another one's?


Thank you,

Best,

Parnian

_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160929/da774252/attachment.html>


More information about the llvm-dev mailing list