llvm-project/llvm/test/Analysis/StackSafetyAnalysis
Chuanqi Xu f6de5306ec [NFC][StackSafety] Test that StackLifetime looks through stripPointerCasts
StackLifetime class collects lifetime marker of an `alloca` by collect
the user of `BitCast` who is the user of the `alloca`. However, either
the `alloca` itself could be used with the lifetime marker or the `BitCast`
of the `alloca` could be transformed to other instructions. (e.g.,
it may be transformed to all zero reps in `InstCombine` pass).
This patch tries to fix this process in `collectMarkers` functions.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D85399
2020-08-18 16:21:00 -07:00
..
Inputs [NFC][StackSafety] noinline in alias tests 2020-08-08 18:21:52 -07:00
ipa-alias.ll [NFC][StackSafety] Add shell test requirement 2020-08-09 14:31:17 -07:00
ipa.ll [StackSafety] Change how callee searched in index 2020-08-16 04:37:19 -07:00
lifetime.ll [NFC][StackSafety] Test that StackLifetime looks through stripPointerCasts 2020-08-18 16:21:00 -07:00
local.ll [StackSafety] Fix union which produces wrapped sets 2020-08-09 23:20:17 -07:00
memintrin.ll [StackSafety,NFC] Use CHECK-EMPTY in tests 2020-08-06 19:19:51 -07:00