[PATCH] D66029: llvm-canon

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 13:33:51 PDT 2019


mpaszkowski created this revision.
mpaszkowski added a reviewer: yulia_koval.
Herald added subscribers: llvm-commits, mgrang, mgorny.
Herald added a project: LLVM.

Added a new llvm-canon tool which aims to transform LLVM Modules into a canonical form by reordering and renaming instructions while preserving the same semantics. This tool makes it easier to spot semantic differences while diffing two modules which have undergone different transformation passes.


Repository:
  rL LLVM

https://reviews.llvm.org/D66029

Files:
  tools/llvm-canon/CMakeLists.txt
  tools/llvm-canon/LLVMBuild.txt
  tools/llvm-canon/canonicalizer.cpp
  tools/llvm-canon/canonicalizer.h
  tools/llvm-canon/llvm-canon.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66029.214431.patch
Type: text/x-patch
Size: 28072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190809/39396897/attachment.bin>


More information about the llvm-commits mailing list