[all-commits] [llvm/llvm-project] 17d0a1: [SPARC][clang] Enable frame pointer optimization b...
Koakuma via All-commits
all-commits at lists.llvm.org
Mon Nov 28 15:23:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17d0a15478e96d8de611c90e760ca4f7b4ff5490
https://github.com/llvm/llvm-project/commit/17d0a15478e96d8de611c90e760ca4f7b4ff5490
Author: Koakuma <koachan at protonmail.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/frame-pointer-elim.c
Log Message:
-----------
[SPARC][clang] Enable frame pointer optimization by default
Enable frame pointer optimization by default to match it with other targets.
This brings a small reduction in generated binary sizes.
Fixes bug #48327
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D138532
More information about the All-commits
mailing list