[LLVMbugs] [Bug 359] [codegen] MRegisterInfo::areAliases() always returns false
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Jun 4 10:05:26 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=359
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alkis at cs.uiuc.edu
Status|NEW |RESOLVED
OS/Version|Linux |All
Platform|PC |All
Resolution| |FIXED
Summary|Bug in |[codegen]
|MRegisterInfo::areAliases() |MRegisterInfo::areAliases()
| |always returns false
Target Milestone|--- |1.3
------- Additional Comments From sabre at nondot.org 2004-06-04 12:05 -------
Wow, great catch! Applied:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040531/015005.html
The only client of this function in CVS is the linear scan allocator, so Alkis,
please check to see what effect this will have on the algorithm. Maybe this
will fix a bug or two? :)
-Chris
------- 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