search for: c293ad7

Displaying 1 result from an estimated 1 matches for "c293ad7".

Did you mean: 0297ad7
2014 Oct 03
2
[LLVMdev] Weird problems with cos (was Re: [PATCH v3 2/3] R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO)
...i64 addrspace(1)* %out, i1 addrspace(1)* %carryout, i64 addrspace(1)* %aptr, i64 addrspace(1)* %bptr) nounwind { > %a = load i64 addrspace(1)* %aptr, align 4 > %b = load i64 addrspace(1)* %bptr, align 4 > diff --git a/test/CodeGen/R600/usubo.ll b/test/CodeGen/R600/usubo.ll > index c293ad7..d7718e2 100644 > --- a/test/CodeGen/R600/usubo.ll > +++ b/test/CodeGen/R600/usubo.ll > @@ -1,10 +1,13 @@ > ; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs< %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s > -; RUN: llc -march=r600 -mcpu=cypress -verify-machineinstrs&l...