[all-commits] [llvm/llvm-project] eb2b45: [VectorCombine] foldInsExtVectorToShuffle - ensure...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Feb 6 09:43:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb2b453eb73dfe0b8cf516dfb4d568c0b858d1fa
https://github.com/llvm/llvm-project/commit/eb2b453eb73dfe0b8cf516dfb4d568c0b858d1fa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/X86/extract-insert-poison.ll
M llvm/test/Transforms/VectorCombine/X86/extract-insert.ll
M llvm/test/Transforms/VectorCombine/X86/load.ll
A llvm/test/Transforms/VectorCombine/X86/pr126085.ll
Log Message:
-----------
[VectorCombine] foldInsExtVectorToShuffle - ensure we call getShuffleCost with the input operand type, not the result
Typo in #121216
Fixes #126085
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