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

            Bug ID: 46851
           Summary: [X86][SSE] Convert ABS/MIN/MAX intrinsics to emit llvm
                    equivalents?
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: unassignedb...@nondot.org
          Reporter: llvm-...@redking.me.uk
                CC: craig.top...@gmail.com, lebedev...@gmail.com,
                    llvm-bugs@lists.llvm.org, llvm-...@redking.me.uk,
                    spatel+l...@rotateright.com

The SSE ABS/MIN/MAX intrinsics currently get expanded to generic compare/select
patterns inside CGBuiltin - do we want to keep this behaviour or should we move
to emitting the new llvm abs/min/min intrinsics?

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

Reply via email to