[all-commits] [llvm/llvm-project] 1dcb6d: [DAG] foldVSelectToSignBitSplatMask - pull out rep...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 8 09:37:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1dcb6dc757c107f8139f36ac9b240502206caa93
https://github.com/llvm/llvm-project/commit/1dcb6dc757c107f8139f36ac9b240502206caa93
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] foldVSelectToSignBitSplatMask - pull out repeated code and use getShiftAmountConstant helper.
We're assuming shift amount type matches the result type - which is true for vectors, but I'm hoping to generalize this fold in the future.
Commit: d38addf09996498adfff37f300bd9ac21fdd9810
https://github.com/llvm/llvm-project/commit/d38addf09996498adfff37f300bd9ac21fdd9810
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
Fix MSVC signed/unsigned mismatch warning
Commit: 55890968ac2d297803fa538c2eff66988dbb221f
https://github.com/llvm/llvm-project/commit/55890968ac2d297803fa538c2eff66988dbb221f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/test/CodeGen/PowerPC/vec-min-max.ll
Log Message:
-----------
[PowerPC] vec-min-max.ll - regenerate with common check prefixes to reduce duplication. NFC.
Compare: https://github.com/llvm/llvm-project/compare/5af7ae501a7c...55890968ac2d
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