diff options
author | Vitaly Buka <vitalybuka@google.com> | 2020-06-11 18:56:20 -0700 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2020-06-11 20:58:36 -0700 |
commit | 999307323a456d5da958b4e2dd72874451487482 (patch) | |
tree | a48705e97a826c7161ca3aa5d90c87cc050f59f8 /llvm/lib/Object/TapiFile.cpp | |
parent | c966ed8dc7ce7629c4371314e5ec2119b84e852c (diff) | |
download | llvm-999307323a456d5da958b4e2dd72874451487482.zip llvm-999307323a456d5da958b4e2dd72874451487482.tar.gz llvm-999307323a456d5da958b4e2dd72874451487482.tar.bz2 |
[StackSafety] Fix byval handling
We don't need process paramenters which marked as
byval as we are not going to pass interested allocas
without copying.
If we pass value into byval argument, we just handle that
as Load of corresponding type and stop that branch of analysis.
Diffstat (limited to 'llvm/lib/Object/TapiFile.cpp')
0 files changed, 0 insertions, 0 deletions