Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/test/CodeGen/AMDGPU/lds-size.ll
1 | ; RUN: llc -march=amdgcn < %s | FileCheck -check-prefix=ALL -check-prefix=GCN %s | | |||
---|---|---|---|---|---|
2 | ; RUN: llc -mtriple=amdgcn-amd-amdhsa < %s | FileCheck -check-prefix=ALL -check-prefix=HSA %s | 1 | ; RUN: llc -mtriple=amdgcn-amd-amdhsa < %s | FileCheck -check-prefix=ALL -check-prefix=HSA %s | ||
3 | ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=ALL -check-prefix=EG %s | 2 | ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=ALL -check-prefix=EG %s | ||
4 | 3 | | |||
5 | ; This test makes sure we do not double count global values when they are | 4 | ; This test makes sure we do not double count global values when they are | ||
6 | ; used in different basic blocks. | 5 | ; used in different basic blocks. | ||
7 | 6 | | |||
8 | ; GCN: .long 47180 | 7 | ; GCN: .long 47180 | ||
9 | ; GCN-NEXT: .long 32900 | 8 | ; GCN-NEXT: .long 32900 | ||
Show All 27 Lines |