[PATCH] D62225: [clang][NewPM] Fixing -O0 tests that are broken under new PM

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 28 09:33:12 PDT 2019


efriedma added a comment.

Are the behavior differences between the newpm alwaysinliner and the oldpm alwaysinliner intentional?  Specifically, the differences in pass remarks, and the differences in the treatment of the alwaysinline attribute seem suspect.  (I'm not that interested in the different bitcasts and different order of inline allocas, although that might be nice to fix if it's a small change.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62225





More information about the cfe-commits mailing list