[PATCH] D139099: [LegacyPM] Remove AttributorLegacyPass and AttributorCGSCCLegacyPass

LiDongjin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 04:41:22 PST 2022


LiDongjin created this revision.
LiDongjin added a project: LLVM.
Herald added subscribers: ormris, okura, kuter, hiraditya.
Herald added a project: All.
LiDongjin requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a subscriber: llvm-commits.

Using the legacy pass manager for the optimization pipeline is deprecated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139099

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/IPO.cpp
  llvm/test/Transforms/Attributor/value-simplify-pointer-info-struct.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139099.479243.patch
Type: text/x-patch
Size: 7739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221201/c44fe59c/attachment.bin>


More information about the llvm-commits mailing list