This allows the instruction selector to realize that it can directly
broadcast the low byte of the memset value, rather than replicating
it to a 64-bit GPR before broadcasting.
This fixes PR50985.
Differential D108354
Use v16i8 rather than v2i64 as the VT for memset expansion on AArch64. resistor on Aug 19 2021, 1:06 AM. Authored by
Details This allows the instruction selector to realize that it can directly This fixes PR50985.
Diff Detail
|