[clang] [llvm] [Inliner] Propagate more attributes to params when inlining (PR #91101)
Yingwei Zheng via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 11:55:02 PDT 2024
dtcxzyw wrote:
I don't see any performance benefits based on IR diff or instruction count. Changes on code size are mainly affected by JumpThreading/Inlining.
But I don't object to propagating more attributes if the compile-time impact is negligible :)
https://github.com/llvm/llvm-project/pull/91101
More information about the cfe-commits
mailing list