[llvm-bugs] [Bug 42019] New: Do not count some intrinsics in use-checking

via llvm-bugs llvm-bugs at lists.llvm.org
Sat May 25 05:13:46 PDT 2019


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

            Bug ID: 42019
           Summary: Do not count some intrinsics in use-checking
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: david.bolvansky at gmail.com
                CC: llvm-bugs at lists.llvm.org

As noted in D61409, with llvm.assume (and some other intrinsics) we may cause
regressions, instead of expected (since llvm.assume is designed as a way to
pass hints to compiler) improvements. One-use-check currently is not so smart
about intrinsics which are dropped when the call is dropped during back-end
lowering.

-- 
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/20190525/e2d937df/attachment.html>


More information about the llvm-bugs mailing list