The AVXVNNI load instructions weren't using the Folded load write
class and they had no ReadAdvance.
The YMM versions were using the XMM schedule class.
The AVX512VNNI instructions had the right classes, but not enough
ReadAdvances to account for the 2 sources.
Noticed while investigating #62026.
It's a mystery to me that AVX512 has a lot of 3 ops instructions but not even have one ReadAfterFold, in X86InstrAVX512.td