[all-commits] [llvm/llvm-project] c5683f: [X86][SSE] Add tests for HOP(LOSUBVECTOR(SHUFFLE(X...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Aug 11 06:03:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c5683ffeb19424e71bc9da998ed22222a8afb2d8
https://github.com/llvm/llvm-project/commit/c5683ffeb19424e71bc9da998ed22222a8afb2d8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/test/CodeGen/X86/haddsub-shuf.ll
Log Message:
-----------
[X86][SSE] Add tests for HOP(LOSUBVECTOR(SHUFFLE(X)),HISUBVECTOR(SHUFFLE(X))) patterns
This should be addressed by combineHorizOpWithShuffle once we enable it for HADD/SUB
Commit: d7d172b4aae08b54f6dac2a76cf87575d7f81a45
https://github.com/llvm/llvm-project/commit/d7d172b4aae08b54f6dac2a76cf87575d7f81a45
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/test/CodeGen/X86/haddsub-shuf.ll
Log Message:
-----------
[X86][SSE] Add tests for 256-bit HOP(SHUFFLE(X,Y),SHUFFLE(X,Y)) --> SHUFFLE(HOP(X,Y)) patterns
This should be addressed by combineHorizOpWithShuffle once we enable it for HADD/SUB
Compare: https://github.com/llvm/llvm-project/compare/b18c63e85aa8...d7d172b4aae0
More information about the All-commits
mailing list