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

Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|instcombine doesn't         |constant folding doesn't
                   |simplify constantexpr       |simplify constantexpr gep
                   |operands                    |to constantint

--- Comment #5 from Chris Lattner <[email protected]> 2011-01-06 00:20:39 CST 
---
Inliner is doing the right thing, constantfolding.cpp just didn't know how to
handle this case.  Simple enough, implemented in r122950.  Thanks for tracking
down what the root issue is Dan!

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to