diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-09-24 01:33:28 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-09-24 01:33:28 +0000 |
commit | 81c6c9690a2a99ea53e642b222217fa2eef7fd92 (patch) | |
tree | c2514ed6ee7b6adc7b261ce3a5f41ad57242c437 /test/CodeGen/R600/xor.ll | |
parent | abe9b2274dd8ecc1049de3c03e7ffac57c0c0142 (diff) |
R600/SI: Enable selecting SALU inside branches
We can do this now that the FixSGPRLiveRanges pass is working.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/xor.ll')
-rw-r--r-- | test/CodeGen/R600/xor.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/R600/xor.ll b/test/CodeGen/R600/xor.ll index e14bd712723..8c2c80ed195 100644 --- a/test/CodeGen/R600/xor.ll +++ b/test/CodeGen/R600/xor.ll @@ -136,8 +136,7 @@ define void @vector_not_i64(i64 addrspace(1)* %out, i64 addrspace(1)* %in0, i64 ; use an SALU instruction for this. ; SI-CHECK-LABEL: @xor_cf -; SI-CHECK: V_XOR -; SI-CHECK: V_XOR +; SI-CHECK: S_XOR_B64 define void @xor_cf(i64 addrspace(1)* %out, i64 addrspace(1)* %in, i64 %a, i64 %b) { entry: %0 = icmp eq i64 %a, 0 |