[LLVMbugs] [Bug 71] llvm-as crashes when labels are used in phi nodes

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Wed Oct 29 17:40:31 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=71

sabre at nondot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From sabre at nondot.org  2003-10-29 19:40 -------
Here are the clarifications to the documentation:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031027/008974.html

Here is the change to the parser:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031027/008975.html

And here is a bugfix to the "isFirstClassType" predicate that this made obvious:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031027/008976.html

The testcase now produces:
$ llvm-as test.ll
llvm-as: test.ll:8: PHI node operands must be of first class type!

Thanks for noticing this!

-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