[all-commits] [llvm/llvm-project] b05f5b: [FunctionAttrs] Make location classification more ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 13 02:31:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b05f5b90a12098660a4fc16da0b4d421ddfe14e2
https://github.com/llvm/llvm-project/commit/b05f5b90a12098660a4fc16da0b4d421ddfe14e2
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-13 (Thu, 13 Oct 2022)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Log Message:
-----------
[FunctionAttrs] Make location classification more precise
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