[LLVMbugs] [Bug 2672] Nested GEP in a static initializer fails.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Aug 22 21:20:11 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2672
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Chris Lattner <clattner at apple.com> 2008-08-22 23:20:10 ---
I don't think we should try to fold arbitrary expressions in the code
generator. Instead, we should accept that targets have limitations on these.
We can't ever support things like "void *X = &G / &H;" for example.
--
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