[PATCH] D68514: [PATCH 19/26] [noalias] Introduce ConnectNoAliasDecl pass

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 11:26:29 PDT 2020


jeroen.dobbelaere updated this revision to Diff 270462.
jeroen.dobbelaere retitled this revision from "[PATCH 30/38] [noalias] Introduce ConnectNoAliasDecl pass" to "[PATCH 19/26] [noalias] Introduce ConnectNoAliasDecl pass".
jeroen.dobbelaere edited the summary of this revision.
Herald added subscribers: kerbowa, dexonsmith, steven_wu, nhaehnle, jvesely.

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

https://reviews.llvm.org/D68514

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/ConnectNoAliasDecl.h
  llvm/include/llvm/Transforms/Utils/Cloning.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/CMakeLists.txt
  llvm/lib/Transforms/Scalar/ConnectNoAliasDecl.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-lto-defaults.ll
  llvm/test/Other/new-pm-thinlto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll
  llvm/test/Transforms/ConnectNoAliasDecl/basictest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68514.270462.patch
Type: text/x-patch
Size: 40862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/3b497cdf/attachment-0001.bin>


More information about the llvm-commits mailing list