This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29550] Optimize -fexternal-blas calls for conjg()
- From: "jb at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Nov 2006 14:18:23 -0000
- Subject: [Bug fortran/29550] Optimize -fexternal-blas calls for conjg()
- References: <bug-29550-1719@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from jb at gcc dot gnu dot org 2006-11-04 14:18 -------
Can't you use the same trick that the frontend already uses to detect the
matmul(transpose(a),b) thing?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550