diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-10-01 17:15:17 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-10-01 17:15:17 +0000 |
commit | 79243d9664671d43eb2d688b3b1b30bf9a5a19b7 (patch) | |
tree | ce9b59b6bfc7ab0c68963918fa5f07cc838f99f4 /llvm/test/CodeGen/R600/rotl.ll | |
parent | 0a4e9a3b25ceac87bede40e6b4f7cae01468a507 (diff) | |
download | bcm5719-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/rotl.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/rotl.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/R600/rotl.ll b/llvm/test/CodeGen/R600/rotl.ll index a9dee8ca78c..f54c79188d8 100644 --- a/llvm/test/CodeGen/R600/rotl.ll +++ b/llvm/test/CodeGen/R600/rotl.ll @@ -1,7 +1,7 @@ ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck --check-prefix=R600 -check-prefix=FUNC %s ; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s -; FUNC-LABEL: @rotl_i32: +; FUNC-LABEL: {{^}}rotl_i32: ; R600: SUB_INT {{\** T[0-9]+\.[XYZW]}}, literal.x ; R600-NEXT: 32 ; R600: BIT_ALIGN_INT {{T[0-9]+\.[XYZW]}}, KC0[2].Z, KC0[2].Z, PV.{{[XYZW]}} @@ -19,7 +19,7 @@ entry: ret void } -; FUNC-LABEL: @rotl_v2i32 +; FUNC-LABEL: {{^}}rotl_v2i32: ; SI-DAG: S_SUB_I32 ; SI-DAG: S_SUB_I32 ; SI-DAG: V_ALIGNBIT_B32 @@ -35,7 +35,7 @@ entry: ret void } -; FUNC-LABEL: @rotl_v4i32 +; FUNC-LABEL: {{^}}rotl_v4i32: ; SI-DAG: S_SUB_I32 ; SI-DAG: V_ALIGNBIT_B32 ; SI-DAG: S_SUB_I32 |