[all-commits] [llvm/llvm-project] 1987d1: [X86] isFreeToSplitVector - use a SDValue instead ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 6 00:29:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1987d180125f77ca892bc93f108f9e23027725f5
https://github.com/llvm/llvm-project/commit/1987d180125f77ca892bc93f108f9e23027725f5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] isFreeToSplitVector - use a SDValue instead of SDNode argument. NFC. (#129906)
Every caller was having to call getNode() - so move that insider the helper.
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