diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-03-08 15:37:07 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-03-08 15:37:07 +0000 |
commit | d41650590669bf561d8f3bcae1204f11354954dc (patch) | |
tree | ce491c04661ecbc638c87697fd676abf0f35614d /test/CodeGen/R600/fcmp.ll | |
parent | 9c6b0b0ccebf9d9bf0f357a1c72ef941c5bbb2b2 (diff) | |
download | external_llvm-d41650590669bf561d8f3bcae1204f11354954dc.zip external_llvm-d41650590669bf561d8f3bcae1204f11354954dc.tar.gz external_llvm-d41650590669bf561d8f3bcae1204f11354954dc.tar.bz2 |
R600: Change operation action from Custom to Expand for BR_CC
Reviewed-by: Christian König <christian.koenig@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/fcmp.ll')
-rw-r--r-- | test/CodeGen/R600/fcmp.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/R600/fcmp.ll b/test/CodeGen/R600/fcmp.ll index fae3265..37f621d 100644 --- a/test/CodeGen/R600/fcmp.ll +++ b/test/CodeGen/R600/fcmp.ll @@ -15,10 +15,11 @@ entry: } ; This test checks that a setcc node with f32 operands is lowered to a -; SET* instruction. +; SET*_DX10 instruction. Previously we were lowering this to: +; SET* + FP_TO_SINT ; CHECK: @fcmp_br -; CHECK: SET{{[N]*}}E T{{[0-9]+\.[XYZW], [a-zA-Z0-9, .]+}}(5.0 +; CHECK: SET{{[N]*}}E_DX10 T{{[0-9]+\.[XYZW], [a-zA-Z0-9, .]+}}(5.0 define void @fcmp_br(i32 addrspace(1)* %out, float %in) { entry: |