1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Analysis/StackSafetyAnalysis
Vitaly Buka 1f0315fe17 [StackSafety] Don't run datafow on allocas
We need to process only parameters. Allocas access can be calculated
afterwards.
Also don't create fake function for aliases and just resolve them on
initialization.
2020-05-28 13:32:57 -07:00
..
Inputs
ipa-alias.ll [StackSafety] Don't run datafow on allocas 2020-05-28 13:32:57 -07:00
ipa-attr.ll [memtag] Plug in stack safety analysis. 2020-03-16 16:35:25 -07:00
ipa.ll [StackSafety] Use getSignedRange for offsets 2020-05-26 23:22:36 -07:00
local.ll [StackSafety] Bailout on some function calls 2020-05-27 02:48:42 -07:00
memintrin.ll [StackSafety] Fix formatting in the test 2020-05-27 02:48:41 -07:00
scev-udiv.ll