This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/79712] Clang smarter about unrolling in fhourstones benchmark


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79712

wilco at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wilco at gcc dot gnu.org

--- Comment #11 from wilco at gcc dot gnu.org ---
Bin mentioned that the vectorizer could first try vectorizing loops and if that
fails unroll them given that vectorization is a special kind of unrolling. All
the infrastructure is already there given it can emit unrolled
alignment/trailing loops and has done the analysis already.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]