summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrVecCompiler.td
AgeCommit message (Expand)Author
2017-12-09[X86] Use KMOV instructions to zero upper bits of vectors when possible.Craig Topper
2017-12-08[X86] Teach lowering to only let through (insert_subvector (vXi1 zeros), subv...Craig Topper
2017-12-08[X86] Always consider inserting a vXi1 vector into the lsbs of a zero vector ...Craig Topper
2017-10-08[X86] If we see an insert of a bitcast into zero vector, canonicalize it to m...Craig Topper
2017-09-25[AVX-512] Replace large number of explicit patterns that check for insert_sub...Craig Topper
2017-09-15[X86] Add isel pattern infrastructure to begin recognizing when we're inserti...Craig Topper
2017-09-06[X86] Move more isel patterns to X86InstrVecCompiler.td. NFCCraig Topper
2017-09-06[X86] Actually add the new file that was supposed to go with r312649.Craig Topper