]> granicus.if.org Git - llvm/commit
AMDGPU: fix bad test exposed by r314522
authorNicolai Haehnle <nhaehnle@gmail.com>
Fri, 29 Sep 2017 16:07:05 +0000 (16:07 +0000)
committerNicolai Haehnle <nhaehnle@gmail.com>
Fri, 29 Sep 2017 16:07:05 +0000 (16:07 +0000)
commit80d2bc6c37270dfb49dfa71e4426e61827972410
treee6c52f8364eecf6baa02e31df7f313c018cc2937
parentd21bc491edfee149072b6fe62a930f36b2ce9a80
AMDGPU: fix bad test exposed by r314522

The test attempts to use -1 as carry-in for v_addc_*.

Before writing r314522, I did actually test this on real hardware,
and found that it doesn't work. So r314522 is correct in restricting
the carry-in operand: just remove those tests to make things pass
again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314530 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AMDGPU/vop2.s