[LLVMbugs] [Bug 11400] Loop::isLCSSAForm crashes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun May 6 13:29:41 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=11400

Jingyue Wu <wujingyue at gmail.com> changed:

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

--- Comment #1 from Jingyue Wu <wujingyue at gmail.com> 2012-05-06 15:29:41 CDT ---
LoopInfo requires DominatorTree. Therefore, calling
getAnalysis<DominatorTree>(*f) invalidates the data structures in LoopInfo. 

Be careful about on-the-fly function passes. 

Jingyue

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list