mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
[DSE,MSSA] Precommit small test changes for D72631.
This commit is contained in:
parent
521ac0b5ce
commit
7b72cb47e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user