https://llvm.org/bugs/show_bug.cgi?id=29044

michael <michael.zucker...@intel.com> changed:

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

--- Comment #3 from michael <michael.zucker...@intel.com> ---
Hi Hal and Zvi, 

I committed two patches addressing this problem. The first patch deals with a
solution for an arithmetic operation like or, and, mul and add. 
The second patch fixes the min/max reduce operations.

You can find the full patch in the following link:  
add/mul/and/or:
1. https://reviews.llvm.org/D25527
2. committed to rL284963
ii. max/min: 
1. https://reviews.llvm.org/D25988
2. committed to rL285493

Thanks, 
Michael Zuckerman

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to