diff options
author | Michel Danzer <michel.daenzer@amd.com> | 2013-03-22 15:24:16 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-04-03 12:07:23 -0700 |
commit | ce7bbb8b46abd1aef80dff50bd73315719e1f8bb (patch) | |
tree | f9f42cb484dd11a6d12eee364efb92151f4b4b61 | |
parent | c807c77a8d80e173171128f10c46e6b05f57de64 (diff) |
R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730HEADmesa-9.1.1master
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177736 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit 21675c8ab0e2ec788caed6c0d88b20f6e5ebdbda)
-rw-r--r-- | test/CodeGen/R600/llvm.pow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/llvm.pow.ll b/test/CodeGen/R600/llvm.pow.ll index 0ae91725793..b4ce9f429f1 100644 --- a/test/CodeGen/R600/llvm.pow.ll +++ b/test/CodeGen/R600/llvm.pow.ll @@ -1,7 +1,7 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s ;CHECK: LOG_IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} -;CHECK-NEXT: MUL_IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} +;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} ;CHECK-NEXT: EXP_IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} define void @test() { |