[all-commits] [llvm/llvm-project] b95a10: [X86][SSE] Pull out combineToHorizontalAddSub help...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 14 08:53:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b95a103808acfd8f33290d3e80e28af434454b28
https://github.com/llvm/llvm-project/commit/b95a103808acfd8f33290d3e80e28af434454b28
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86][SSE] Pull out combineToHorizontalAddSub helper from inside (F)ADD/SUB combines. NFCI.
The intention is to be able to run this from additional locations (such as shuffle combining) in the future.
More information about the All-commits
mailing list