summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/llvm.SI.image.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-10-01 17:15:17 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-10-01 17:15:17 +0000
commit79243d9664671d43eb2d688b3b1b30bf9a5a19b7 (patch)
treece9b59b6bfc7ab0c68963918fa5f07cc838f99f4 /llvm/test/CodeGen/R600/llvm.SI.image.ll
parent0a4e9a3b25ceac87bede40e6b4f7cae01468a507 (diff)
downloadbcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.tar.gz
bcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.zip
R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
llvm-svn: 218776
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.SI.image.ll')
-rw-r--r--llvm/test/CodeGen/R600/llvm.SI.image.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.SI.image.ll b/llvm/test/CodeGen/R600/llvm.SI.image.ll
index eac0b8eead3..d8fc748a810 100644
--- a/llvm/test/CodeGen/R600/llvm.SI.image.ll
+++ b/llvm/test/CodeGen/R600/llvm.SI.image.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s
-;CHECK-LABEL: @image_load
+;CHECK-LABEL: {{^}}image_load:
;CHECK: IMAGE_LOAD {{v\[[0-9]+:[0-9]+\]}}, 15, 0, 0, 0, 0, 0, 0, 0, {{v\[[0-9]+:[0-9]+\]}}, {{s\[[0-9]+:[0-9]+\]}}
define void @image_load() #0 {
main_body:
@@ -13,7 +13,7 @@ main_body:
ret void
}
-;CHECK-LABEL: @image_load_mip
+;CHECK-LABEL: {{^}}image_load_mip:
;CHECK: IMAGE_LOAD_MIP {{v\[[0-9]+:[0-9]+\]}}, 15, 0, 0, 0, 0, 0, 0, 0, {{v\[[0-9]+:[0-9]+\]}}, {{s\[[0-9]+:[0-9]+\]}}
define void @image_load_mip() #0 {
main_body:
@@ -26,7 +26,7 @@ main_body:
ret void
}
-;CHECK-LABEL: @getresinfo
+;CHECK-LABEL: {{^}}getresinfo:
;CHECK: IMAGE_GET_RESINFO {{v\[[0-9]+:[0-9]+\]}}, 15, 0, 0, 0, 0, 0, 0, 0, {{v[0-9]+}}, {{s\[[0-9]+:[0-9]+\]}}
define void @getresinfo() #0 {
main_body:
OpenPOWER on IntegriCloud