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


Nick Lewycky <[EMAIL PROTECTED]> changed:

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




--- Comment #3 from Nick Lewycky <[EMAIL PROTECTED]>  2008-09-03 01:26:24 ---
Fixed in r55690 by disabling that transform on vectors.

Let me know if you think this optz'n (X % -Y --> X % Y) is important for your
vector code, let me know and I'll add the appropriate code. Apply optz'n when #
of negative elements > # of strictly-positive elements.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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