[X86] Rename matchShuffleAsByteRotate to matchShuffleAsElementRotate. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 29 Mar 2020 11:51:52 +0000 (12:51 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 29 Mar 2020 15:41:58 +0000 (16:41 +0100)
commitda4c7db793aa71a1e59c31b346e975593c090232
tree5c53f5b7bbd1c31fb16214c4333edea2d636d8e0
parent10439f9e32edf0efd34e19f19c0d0e7555cd5492
[X86] Rename matchShuffleAsByteRotate to matchShuffleAsElementRotate. NFC.

This was an inner helper function for the real matchShuffleAsByteRotate function, but it is more generic and is used directly for VALIGN lowering which doesn't work at the byte level.
llvm/lib/Target/X86/X86ISelLowering.cpp