[all-commits] [llvm/llvm-project] c9c1c2: [X86] combineX86ShuffleChain - add support for com...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Feb 16 08:14:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9c1c2b335b6ba24fe48dc2ae59d99cb70be7d3d
https://github.com/llvm/llvm-project/commit/c9c1c2b335b6ba24fe48dc2ae59d99cb70be7d3d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll
Log Message:
-----------
[X86] combineX86ShuffleChain - add support for combining 512-bit shuffles to bit shifts
Commit: b85df2e185f9e4bb69eb419bc2c6f0158475d17f
https://github.com/llvm/llvm-project/commit/b85df2e185f9e4bb69eb419bc2c6f0158475d17f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-idiv-udiv-512.ll
M llvm/test/CodeGen/X86/x86-interleaved-access.ll
Log Message:
-----------
[X86] combineX86ShuffleChain - add support for combining 512-bit shuffles to PALIGNR
Compare: https://github.com/llvm/llvm-project/compare/af480e8c63b2...b85df2e185f9
More information about the All-commits
mailing list