[PATCH] D66029: llvm-canon

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 18 12:40:36 PDT 2019


mpaszkowski updated this revision to Diff 215791.
mpaszkowski added a comment.

I would like to thank everyone for your valuable feedback! I have fixed the code and moved the pass to lib/Tranfroms/Utils. I hope I have correctly integrated the pass with the rest of the LLVM (we should have some checklist for that).


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

https://reviews.llvm.org/D66029

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66029.215791.patch
Type: text/x-patch
Size: 26423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190818/6091b87a/attachment.bin>


More information about the llvm-commits mailing list