http://llvm.org/bugs/show_bug.cgi?id=15977

Pekka Jääskeläinen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #9 from Pekka Jääskeläinen <[email protected]> ---
This fixed it for uint vectors, thanks. Unfortunately, seemingly similar issue
remains with longs (https://bugs.launchpad.net/pocl/+bug/1179208). 

As it's so similar to this one, I reopen this bug report and just attach a new
test case to reproduce it.

clang parallel2.cl -o par && ./par
max(a,b)[0] want=ffffffff got=0
min(a,b)[0] want=0 got=ffffffff

clang parallel2.cl -emit-llvm -c -o parallel.bc && llc parallel.bc -o
parallel.s && clang parallel.s -o par && ./par

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to