[all-commits] [llvm/llvm-project] 053dc9: Reduce the number of attributes attached to each f...
Dávid Bolvanský via All-commits
all-commits at lists.llvm.org
Tue Feb 23 22:09:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 053dc95839b3b8a36db46f8c419e36e632e989cd
https://github.com/llvm/llvm-project/commit/053dc95839b3b8a36db46f8c419e36e632e989cd
Author: Dávid Bolvanský <david.bolvansky at gmail.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/test/CodeGen/aarch64-neon-ldst-one.c
M clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
M clang/test/CodeGen/aarch64-poly128.c
M clang/test/CodeGen/aarch64-poly64.c
M clang/test/CodeGenCXX/dllexport-ctor-closure.cpp
M clang/test/CodeGenCXX/dllexport.cpp
Log Message:
-----------
Reduce the number of attributes attached to each function
Patch takes advantage of the implicit default behavior to reduce the number of attributes, which in turns reduces compilation time.
Reviewed By: serge-sans-paille
Differential Revision: https://reviews.llvm.org/D97116
More information about the All-commits
mailing list