Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/R600/llvm.AMDGPU.imad24.ll @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 54457678186b |
children |
line wrap: on
line diff
--- a/test/CodeGen/R600/llvm.AMDGPU.imad24.ll Mon Sep 08 22:07:30 2014 +0900 +++ b/test/CodeGen/R600/llvm.AMDGPU.imad24.ll Wed Feb 18 14:55:36 2015 +0900 @@ -1,4 +1,5 @@ -; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s +; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s +; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s ; RUN: llc -march=r600 -mcpu=cayman -verify-machineinstrs < %s | FileCheck -check-prefix=CM -check-prefix=FUNC %s ; RUN: llc -march=r600 -mcpu=redwood -verify-machineinstrs < %s | FileCheck -check-prefix=R600 -check-prefix=FUNC %s ; XUN: llc -march=r600 -mcpu=r600 -verify-machineinstrs < %s | FileCheck -check-prefix=R600 -check-prefix=FUNC %s @@ -8,8 +9,8 @@ declare i32 @llvm.AMDGPU.imad24(i32, i32, i32) nounwind readnone -; FUNC-LABEL: @test_imad24 -; SI: V_MAD_I32_I24 +; FUNC-LABEL: {{^}}test_imad24: +; SI: v_mad_i32_i24 ; CM: MULADD_INT24 ; R600: MULLO_INT ; R600: ADD_INT