[all-commits] [llvm/llvm-project] a1e0aa: [X86] combineMulToPMADDWD - remove useless TODO
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Nov 10 08:57:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1e0aa75ca019e8c4c506640d712b9f0546547b1
https://github.com/llvm/llvm-project/commit/a1e0aa75ca019e8c4c506640d712b9f0546547b1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineMulToPMADDWD - remove useless TODO
We should always be able to use PMULUDQ/PMULDQ in PMADDWD patterns with greater than 32-bit extended integer sources
More information about the All-commits
mailing list