[PATCH] D113087: [VE] Change to omitting the frame pointer on leaf functions

2021-11-03 Thread Kazushi Marukawa via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG3d32218d1af2: [VE] Change to omitting the frame pointer on leaf functions (authored by kaz7). Repository: rG LLVM Github Monorepo CHANGES SINCE L

[PATCH] D113087: [VE] Change to omitting the frame pointer on leaf functions

2021-11-02 Thread Kazushi Marukawa via Phabricator via cfe-commits
kaz7 created this revision. kaz7 added reviewers: simoll, k-ishizaka. kaz7 added projects: clang, VE. kaz7 requested review of this revision. Herald added a subscriber: cfe-commits. Change to omitting the frame pointer on leaf functions by default for VE. Repository: rG LLVM Github Monorepo h