Files
clang-p2996/llvm/test/CodeGen/X86
Simon Pilgrim ec910751fe [X86] combineX86ShufflesRecursively - attempt to fold ISD::EXTRACT_SUBVECTOR into a shuffle chain
Peek through if we're extracting a non-zero'th subvector in an attempt to fold the extract into a lane-crossing shuffle

This also exposes a failure to fold extract_subvector(movddup(x),c) -> movddup(extract_subvector(x,c))
2022-02-20 18:50:33 +00:00
..
2022-02-19 19:16:56 +00:00
2021-12-20 12:55:32 -08:00
2022-01-17 19:02:44 +00:00
2022-01-26 12:32:49 +00:00