[all-commits] [llvm/llvm-project] 9374f8: Outline X86 autoupgrade patterns (#97851)
Justin Holewinski via All-commits
all-commits at lists.llvm.org
Sat Jul 6 06:24:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9374f83a73e53633da3258090f5c9a1f0d055526
https://github.com/llvm/llvm-project/commit/9374f83a73e53633da3258090f5c9a1f0d055526
Author: Justin Holewinski <jholewinski at nvidia.com>
Date: 2024-07-06 (Sat, 06 Jul 2024)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
Outline X86 autoupgrade patterns (#97851)
Outlining these patterns has a significant impact on the overall stack
frame size of llvm::UpgradeIntrinsicCall. This is helpful for scenarios
where compilation threads are stack-constrained. The overall impact is
low when using clang as the host compiler, but very pronounced when
using MSVC 2022 with release builds.
Clang: 1,624 -> 824 bytes
MSVC: 23,560 -> 6,120 bytes
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list