RFR: 8343070: Enable is_trace_align_vector when TraceSuperWord is set

Emanuel Peter epeter at openjdk.org
Mon Oct 28 07:12:21 UTC 2024


On Fri, 25 Oct 2024 14:45:33 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this simple patch?
> Currently, in SuperWord::filter_packs_for_alignment(), there is some log not turned on when TraceSuperWord is set, but I think it should, as it's more convenient for users to debug.
> Thanks!

Ah, one more thing. I try to keep `SW_INFO` and `TraceSuperWord` in sync. So if we do decide to add `ALIGN_VECTOR` to `TraceSuperWord`, we should also add it to `SW_INFO`.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21715#issuecomment-2440716962


More information about the hotspot-compiler-dev mailing list