[llvm-bugs] [Bug 46915] New: analysis for min/max/abs intrinsics
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 30 10:05:26 PDT 2020
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: unassignedbugs at nondot.org
Reporter: spatel+llvm at rotateright.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200730/bfd23e94/attachment.html>
More information about the llvm-bugs
mailing list