[PATCH] D135463: [FuncSpec] Do not generate multiple copies for identical specializations.

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 08:40:33 PST 2022


labrinea abandoned this revision.
labrinea added a comment.

This patch achieves the same as D139346 <https://reviews.llvm.org/D139346> with ~0.001% (geomean) increase of Instruction Count for CTMark (LTO) or ~0.033% (geomean) increase of execution time (user+system) for the IPSCCP pass. I am abandoning this patch in favor of D139346 <https://reviews.llvm.org/D139346>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135463



More information about the llvm-commits mailing list