brintos

brintos / llvm-project-archived public Read only

0
0
Text · 490 B · 120a0e0 Raw
20 lines · plain
1; RUN: llc < %s -mtriple=s390x-linux-gnu -debug-only=systemz-isel -o - 2>&1 | \2; RUN:   FileCheck %s3 4; REQUIRES: asserts5;6; Check that some debug output is printed without problems.7; CHECK: SystemZAddressingMode8; CHECK: Base t5: i64,ch = load<(load (s64) from %ir.0)>9; CHECK: Index10; CHECK: Disp11 12define void @fun(ptr %ptr) {13entry:14  %0 = bitcast ptr %ptr to ptr15  %1 = load ptr, ptr %0, align 816  %xpv_pv = getelementptr inbounds i32, ptr %117  store i32 0, ptr %xpv_pv18  ret void19}20