brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · ca1f9b8 Raw
9 lines · plain
1; RUN: llc < %s -O0 -mtriple=nvptx64 -mcpu=sm_20 | FileCheck %s2; RUN: %if ptxas %{ llc < %s -O0 -mtriple=nvptx64 -mcpu=sm_20 | %ptxas-verify %}3 4; CHECK: .visible .global .align 16 .b8 G1[16] = {1};5@G1 = global i128 16 7; CHECK: .visible .global .align 16 .b8 G2[16];8@G2 = global i128 09