[LLVMbugs] [Bug 11691] llc assertion failure generating arm neon vst2 with pointer update
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 10 14:26:35 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11691
Jim Grosbach <grosbach at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Jim Grosbach <grosbach at apple.com> 2012-01-10 16:26:35 CST ---
The pseudos were using the wrong base classes, getting everything after than
confused. Fixed in r147876.
There may be more of this sort of thing due to the pretty hefty refactoring of
those instructions and intrinsics that's been going on lately. Hopefully not
too many.
Thanks for the great test case!
--
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