[DSE,MSSA] Precommit small test changes for D72631.
authorFlorian Hahn <flo@fhahn.com>
Wed, 24 Jun 2020 09:16:26 +0000 (10:16 +0100)
committerFlorian Hahn <flo@fhahn.com>
Wed, 24 Jun 2020 09:17:09 +0000 (10:17 +0100)
llvm/test/Transforms/DeadStoreElimination/MSSA/memintrinsics.ll

index c22ad19..c975e71 100644 (file)
@@ -36,6 +36,7 @@ define void @test2() {
 
 define void @test3() {
 ; CHECK-LABEL: @test3(
+; CHECK-NEXT:    [[B:%.*]] = alloca i8, align 1
 ; CHECK-NEXT:    ret void
 ;
   %A = alloca i8
@@ -85,6 +86,7 @@ define void @test5() {
 
 define void @test6() {
 ; CHECK-LABEL: @test6(
+; CHECK-NEXT:    [[B:%.*]] = alloca i16, i16 1024, align 2
 ; CHECK-NEXT:    ret void
 ;
   %A = alloca i16, i16 1024, align 2