We forgot to run postMerge after decided that the union had to be
classified as MEMORY. This left us with Lo == MEMORY and Hi == SSEUp
which is an invalid combination.
This fixes PR24021.
Differential D10908
[CodeGen] Don't crash classifying a union of an AVX vector and an int majnemer on Jul 2 2015, 2:18 PM. Authored by
Details We forgot to run postMerge after decided that the union had to be This fixes PR24021.
Diff Detail
Event TimelineComment Actions This change fixes the assertion failure in my full test case of several hundred combinations. |