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

            Bug ID: 31293
           Summary: Poor handling of SMIN/SMAX/UMIN/UMAX in
                    SelectionDAG::computeKnownBits
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: llvm-...@redking.me.uk
                CC: llvm-bugs@lists.llvm.org, matthew.arsena...@amd.com,
                    spatel+l...@rotateright.com
    Classification: Unclassified

SelectionDAG.computeKnownBits is only testing for common known zero/one bits in
the integer min/max opcodes. This can be a lot better.

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