[all-commits] [llvm/llvm-project] 7c32c7: Reapply [FunctionAttrs] Make location classificati...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 20 06:13:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c32c7e77744f549743d5c5f970d60c8539da982
https://github.com/llvm/llvm-project/commit/7c32c7e77744f549743d5c5f970d60c8539da982
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Log Message:
-----------
Reapply [FunctionAttrs] Make location classification more precise
Reapplying after the fix for volatile modelling in D135863.
-----
Don't add argmem if the pointer is clearly not an argument (e.g.
a global). I don't think this makes a difference right now, but
gives more obvious results with D135780.
More information about the All-commits
mailing list