llvm-project/llvm/test/Analysis/MustExecute
Matt Arsenault 7cf5581712 Analysis: Update some tests for opaque pointers
StackSafetyAnalysis/lifetime.ll had one bitcast removed that may have
mattered. The concluded lifetime is longer based on the underlying
alloca, instead of the bitcasted pointer so left that as a pointless
cast.

local.ll memintrin.ll needed some manual fixes
2022-12-02 18:47:43 -05:00
..
const-cond.ll
infinite_loops.ll Analysis: Update some tests for opaque pointers 2022-12-02 18:47:43 -05:00
loop-header.ll Analysis: Update some tests for opaque pointers 2022-12-02 18:47:43 -05:00
must_be_executed_context.ll Analysis: Update some tests for opaque pointers 2022-12-02 18:47:43 -05:00
pr57780.ll