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

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 30 03:42:44 PDT 2016


2016-09-29 21:53 GMT+02:00 Mokri, Parnian via llvm-dev
<llvm-dev at lists.llvm.org>:
> What is the best way to compare IR instructions in one basic block to
> another one's?

Take a look at llvm-diff:

http://llvm.org/docs/CommandGuide/llvm-diff.html

I don't use it by myself, so I cannot give any advice/help about it.

Michael


More information about the llvm-dev mailing list