diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/mad_int24.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/mad_int24.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/mad_int24.ll b/llvm/test/CodeGen/R600/mad_int24.ll index abb52907b9b..9b91a055dfe 100644 --- a/llvm/test/CodeGen/R600/mad_int24.ll +++ b/llvm/test/CodeGen/R600/mad_int24.ll @@ -2,7 +2,7 @@ ; RUN: llc < %s -march=r600 -mcpu=cayman | FileCheck %s --check-prefix=CM --check-prefix=FUNC ; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s --check-prefix=SI --check-prefix=FUNC -; FUNC-LABEL: @i32_mad24 +; FUNC-LABEL: {{^}}i32_mad24: ; Signed 24-bit multiply is not supported on pre-Cayman GPUs. ; EG: MULLO_INT ; Make sure we aren't masking the inputs. |