[all-commits] [llvm/llvm-project] fa19d6: [X86][AVX] Extend combineCommutableSHUFP to handle...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jan 26 11:04:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa19d67a2a237c6b85c96f350b349851416c9bd9
https://github.com/llvm/llvm-project/commit/fa19d67a2a237c6b85c96f350b349851416c9bd9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-01-26 (Sun, 26 Jan 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
M llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll
Log Message:
-----------
[X86][AVX] Extend combineCommutableSHUFP to handle v8f32 and v16f32 commutable shufps patterns
Commit: f99ef5455aad014eaf43278f59544619e558ecad
https://github.com/llvm/llvm-project/commit/f99ef5455aad014eaf43278f59544619e558ecad
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-01-26 (Sun, 26 Jan 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/shift-add.ll
Log Message:
-----------
[InstCombine] Add extra shift(c1,add(c2,y)) tests for PR15141
Compare: https://github.com/llvm/llvm-project/compare/5043962dd315...f99ef5455aad
More information about the All-commits
mailing list