llvm-project/llvm/test/Analysis/StackSafetyAnalysis
Vitaly Buka 999307323a [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.
2020-06-11 20:58:36 -07:00
..
Inputs [StackSafety,NFC] Switch tests to aarch64 2020-06-05 00:24:02 -07:00
ipa-alias.ll [StackSafety,NFC] Switch tests to aarch64 2020-06-05 00:24:02 -07:00
ipa.ll [StackSafety,NFC] Switch tests to aarch64 2020-06-05 00:24:02 -07:00
local.ll [StackSafety] Fix byval handling 2020-06-11 20:58:36 -07:00
memintrin.ll [StackSafety] Skip non-pointer parameters 2020-06-03 01:16:39 -07:00