[all-commits] [llvm/llvm-project] dbb21d: [X86] vector-shuffle-avx512.ll - regenerate TERNLO...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Nov 23 02:48:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbb21df2a21591964e1581ba7561f49114fd8fb1
https://github.com/llvm/llvm-project/commit/dbb21df2a21591964e1581ba7561f49114fd8fb1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M llvm/test/CodeGen/X86/vector-shuffle-avx512.ll
Log Message:
-----------
[X86] vector-shuffle-avx512.ll - regenerate TERNLOG comments
Commit: 1e31a4529244ead9f12abed524f33a48515abee2
https://github.com/llvm/llvm-project/commit/1e31a4529244ead9f12abed524f33a48515abee2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx512-shuffles/partial_permute.ll
M llvm/test/CodeGen/X86/insert-into-constant-vector.ll
M llvm/test/CodeGen/X86/vector-shuffle-128-v4.ll
M llvm/test/CodeGen/X86/vector-shuffle-avx512.ll
M llvm/test/CodeGen/X86/vector-shuffle-v48.ll
M llvm/test/CodeGen/X86/zero_extend_vector_inreg_of_broadcast_from_memory.ll
Log Message:
-----------
[X86] lowerShuffleWithPERMV - commute VPERMV3 shuffles so any load is on the RHS
This helps ensure we lower to VPERMI2/T2 instructions that we can commute the index arg to VPERMT2/I2.
Prep work for #79799
Compare: https://github.com/llvm/llvm-project/compare/3a31427224d4...1e31a4529244
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list