[LLVMbugs] [Bug 3066] Assertion hit with simple store into 4xfloat vector.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Nov 14 23:09:12 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3066
Nick Lewycky <nicholas at mxc.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Nick Lewycky <nicholas at mxc.ca> 2008-11-15 01:09:11 ---
I think it's invalid then.
It sounds like you created invalid LLVM IR, which the C++ API can't stop you
from doing, but which you can check for by running the verifier
(createVerifierPass).
--
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