Ping: [PATCH 3/3] Use absolute switch table addresses for zero cycle moves.

2021-12-13 Thread Michael Meissner via Gcc-patches
Ping patch. | Date: Fri, 19 Nov 2021 09:57:49 -0500 | From: Michael Meissner | Subject: [PATCH 3/3] Use absolute switch table addresses for zero cycle moves. | Message-ID: https://gcc.gnu.org/pipermail/gcc-patches/2021-November/585007.html Note, I will on-line through December 20th. I will

[PATCH 3/3] Use absolute switch table addresses for zero cycle moves.

2021-11-19 Thread Michael Meissner via Gcc-patches
se absolute switch table addresses for zero cycle moves. This option enables using absolute addresses in switch tables if the power10 zero cycle move tuning is turned on. The combination of using absolute addresses in switch tables along with zero cycle moves seems to give the best performance.