[llvm-bugs] [Bug 36264] [SelectionDAG] HandleMergeInputChains gets stuck in infinite loop in calls to AddChains()

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 7 09:15:24 PST 2018


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

Nirav Dave <niravd at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Nirav Dave <niravd at google.com> ---
Ah. This isn't actually infinite, just ridiculously slow because we check
through all chain paths to the first non TokenFactor.

rL324491 fixes this by adding a quick redundancy check.

-- 
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/20180207/4ef72aea/attachment.html>


More information about the llvm-bugs mailing list