[llvm-bugs] [Bug 26993] SimplifyLibCalls (in -instcombine) modifies all basic blocks in all functions in all modules

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 18 21:54:11 PDT 2016


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

David Majnemer <david.majnemer at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.majnemer at gmail.com
         Resolution|---                         |FIXED
           Assignee|unassignedbugs at nondot.org   |david.majnemer at gmail.com

--- Comment #1 from David Majnemer <david.majnemer at gmail.com> ---
For the record, InstCombine is permitted to mess with instrs in any BB within a
function but it may not change the CFG.  Also, it may only act on a single
function at a time.

Fixed in r263875.

-- 
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/20160319/c052a14a/attachment.html>


More information about the llvm-bugs mailing list