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

            Bug ID: 38057
           Summary: DAGCombiner::visitREM - improve vector support
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

Expansion of SREM/UREM with X%C to the equivalent of X-X/C*C is only setup for
scalars/constant splats - we should be able to handle non-uniform (non-zero)
vectors as well.

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

Reply via email to