[LLVMbugs] [Bug 7171] target datalayout needed to perform optimization
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 19 10:32:42 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7171
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-05-19 12:32:41 CDT ---
This is because basicaa needs to know element offsets and it gets that from
TargetData. Though it looks obvious from this example, teaching basicaa to
handle &A[0] != &A[1] without target data is very tricky and would add a lot of
complexity.
--
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