[PATCH] D145265: [Pipeline] Remove GlobalCleanupPM

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 19 15:39:36 PDT 2023


aeubanks added a comment.

this regresses clang/test/Headers/mm_malloc.c (added here <https://reviews.llvm.org/D117091>) because we now don't run instcombine before the inliner, and we lose return value alignment info when inlining. perhaps this is still a tradeoff worth making


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145265



More information about the cfe-commits mailing list