diff options
author | Noah Goldstein <goldstein.w.n@gmail.com> | 2024-04-17 01:30:48 -0500 |
---|---|---|
committer | Noah Goldstein <goldstein.w.n@gmail.com> | 2024-05-03 14:10:24 -0500 |
commit | 285dbed147e243f416b003e150d67ffb0922ff16 (patch) | |
tree | ee2f0f1038d88d62604fc460f5307e755e2059da /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | f8ff51e1b08643b23f90e1a39c3fb55a23d2dc84 (diff) | |
download | llvm-285dbed147e243f416b003e150d67ffb0922ff16.zip llvm-285dbed147e243f416b003e150d67ffb0922ff16.tar.gz llvm-285dbed147e243f416b003e150d67ffb0922ff16.tar.bz2 |
[Inliner] Propagate callee argument memory access attributes before inlining
To avoid losing information, we can propagate some access attribute
from the to-be-inlined callee to its callsites.
We can propagate argument memory access attributes to callsite
parameters if they are from the same underlying object.
Closes #89024
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions