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: unassignedb...@nondot.org
          Reporter: llvm-...@redking.me.uk
                CC: efrie...@codeaurora.org, lebedev...@gmail.com,
                    llvm-bugs@lists.llvm.org, spatel+l...@rotateright.com

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
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to