[LLVMbugs] [Bug 6016] llvm.x86.ssse3.pabs intrinsics should be removed
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jan 23 18:23:51 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6016
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Chris Lattner <clattner at apple.com> 2010-01-23 20:23:51 ---
Actually, I don't think this is a good idea. relying on pattern matching would
increase the risk that the pattern would get broken by random passes. It is
still a good idea to have a target dag combine that forms these when done "the
hard way" of course.
--
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