[PATCH] D66029: llvm-canon

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 29 05:43:27 PDT 2019


mpaszkowski updated this revision to Diff 222320.
mpaszkowski marked 2 inline comments as done.
mpaszkowski added a comment.

Updated the diff for the new revision, refactored naming functions, accepted suggestions by lebedev.
Thank you for the review! @lebedev.ri 
**Is the code ready for the mainline?**


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66029/new/

https://reviews.llvm.org/D66029

Files:
  docs/Passes.rst
  docs/ReleaseNotes.rst
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Utils/IRCanonicalizer.h
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/IRCanonicalizer.cpp
  lib/Transforms/Utils/Utils.cpp
  test/Transforms/IRCanonicalizer/naming-arguments.ll
  test/Transforms/IRCanonicalizer/naming-basic-blocks.ll
  test/Transforms/IRCanonicalizer/naming-instructions.ll
  test/Transforms/IRCanonicalizer/reordering-instructions.ll
  test/Transforms/IRCanonicalizer/reordering-phi-node-values.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66029.222320.patch
Type: text/x-patch
Size: 29074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190929/2cb2a762/attachment.bin>


More information about the llvm-commits mailing list