[PATCH] D66029: llvm-canon

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 09:24:02 PDT 2021


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

Updated the patch to for the new version of LLVM. Currently the pass still utilizes the legacy pass manager. The pass will be ported to the new pass manager in a separate review.


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

https://reviews.llvm.org/D66029

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

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


More information about the llvm-commits mailing list