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

            Bug ID: 40376
           Summary: TargetTransformInfo::getCmpSelInstrCost should
                    discriminate between comparison codes
           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: a.bat...@hotmail.com, llvm-bugs@lists.llvm.org,
                    nikita....@gmail.com, spatel+l...@rotateright.com

Some ISAs (e.g. SSE) have limited integer/float comparison modes, we need to
account for this in TTI::getCmpSelInstrCost calls so we can more accurately
model costs.

-- 
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