]> gcc.gnu.org Git - gcc.git/commit
Move updated versioning threshold compute
authorRichard Biener <rguenther@suse.de>
Thu, 31 Oct 2024 08:55:35 +0000 (09:55 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 4 Nov 2024 11:23:04 +0000 (12:23 +0100)
commit6cbe075be7489c7ca2fa54e133e96ed1d1e64a93
treeae90a31a32411fd90bb244a88f8bc5075ffcd534
parent28e2d41fa6a2ff9c2510887ef10243560fc3eb40
Move updated versioning threshold compute

The following moves computing the combined main + epilogue loop
versioning threshold until we figured the epilogues to use rather
than incrementally updating it with the chance to joust candidates
after the fact.

* tree-vect-loop.cc (vect_analyze_loop): Move lowest_th
compute until after epilogue_vinfos is final.
gcc/tree-vect-loop.cc
This page took 0.051001 seconds and 5 git commands to generate.