[PATCH] D53584: [Transforms/Utils] New -instanonymizer pass

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 09:26:02 PDT 2018


tpr created this revision.
Herald added subscribers: llvm-commits, mgorny.

By analogy with -instnamer, this is a little utility pass that removes
names from instructions.  This is useful when building a library of bc
files where the toolchain using the library is sensitive to compile
time.

Change-Id: Ib66708c049a2725aa582849a59cb2044dab87e2f


Repository:
  rL LLVM

https://reviews.llvm.org/D53584

Files:
  docs/Passes.rst
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Utils.h
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/InstructionAnonymizer.cpp
  lib/Transforms/Utils/Utils.cpp
  test/Transforms/InstAnonymizer/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53584.170675.patch
Type: text/x-patch
Size: 6105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/2bb07199/attachment.bin>


More information about the llvm-commits mailing list