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

            Bug ID: 46915
           Summary: analysis for min/max/abs intrinsics
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: spatel+l...@rotateright.com
                CC: llvm-bugs@lists.llvm.org

We recently added IR intrinsics for min/max/abs, and there are several areas
that need to be updated to support and optimize these. Please comment here if
you are or are planning to work on any part of this, so we do not duplicate
effort.

Partial list:
 * ConstantFolding
 * ValueTracking
 * InstSimplify
 * InstCombine
 * PatternMatch
 * DemandedBits
 * Vectorization 
 * Cost Modeling
 * LVI, CVP, SCCP
 * SCEV
 * IndVars

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