1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/Analysis/StackSafetyAnalysis
Vitaly Buka 92d9ad0300 [StackSafety] Check variable lifetime
We can't consider variable safe if out-of-lifetime access is possible.
So if StackLifetime can't prove that the instruction always uses
the variable when it's still alive, we consider it unsafe.
2020-06-22 03:45:29 -07:00
..
Inputs [StackSafety,NFC] Switch tests to aarch64 2020-06-05 00:24:02 -07:00
ipa-alias.ll [StackSafety] Run ThinLTO 2020-06-12 18:11:29 -07:00
ipa.ll [StackSafety] Run ThinLTO 2020-06-12 18:11:29 -07:00
lifetime.ll [SafeStack,NFC] Print liveness for all instrunctions 2020-06-19 02:32:17 -07:00
local.ll [StackSafety] Check variable lifetime 2020-06-22 03:45:29 -07:00
memintrin.ll [StackSafety,NFC] Extract addOverflowNever 2020-06-12 17:42:32 -07:00