[LLVMbugs] [Bug 1138] CBE can't handle programs with llvm.memcpy.i64 and llvm.memcpy.i32
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jan 29 15:11:17 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1138
rspencer at x10sys.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |2.0
------- Additional Comments From rspencer at x10sys.com 2007-01-29 17:11 -------
A proper fix for this was made with these patches:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070129/043434.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070129/043435.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070129/043436.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070129/043437.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070129/043438.html
This endows IntrinsicLowering with TargetData and uses the IntPtrTy to get the
right prototype for memcpy/memmove/memset given the intended target. It also
adjusts CBE and LLI to pass the TargetData to IntrinsicLowering.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list