[all-commits] [llvm/llvm-project] ec07ae: [InstCombine] Add some basic vector bswap tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Oct 2 03:08:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ec07ae2a833ef5b2282811f51fdfbd043c611936
https://github.com/llvm/llvm-project/commit/ec07ae2a833ef5b2282811f51fdfbd043c611936
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/bswap.ll
Log Message:
-----------
[InstCombine] Add some basic vector bswap tests
We get the vNi16 cases already via matching as a rotate followed by the fshl -> bswap combines
More information about the All-commits
mailing list