[llvm-bugs] [Bug 35254] New: NewGVN needs a similar fix to D39637
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Wed Nov  8 13:28:04 PST 2017
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=35254
            Bug ID: 35254
           Summary: NewGVN needs a similar fix to D39637
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: dberlin at dberlin.org
                CC: llvm-bugs at lists.llvm.org
I believe when we create phis of things that didn't exist before, we have to
make sure to modify the nsw/nuw flags appropriately, as we will otherwise have
the same issue as D39637 fixes
-- 
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/20171108/efdf6d86/attachment.html>
    
    
More information about the llvm-bugs
mailing list