[all-commits] [llvm/llvm-project] 22fbd0: [X86] combineLoad - consistently use cast<MemSDNod...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Dec 8 04:25:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22fbd07bd768e7a7289815846ba37accd5dab9bd
https://github.com/llvm/llvm-project/commit/22fbd07bd768e7a7289815846ba37accd5dab9bd
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineLoad - consistently use cast<MemSDNode>. NFCI.
getBasePtr()/getMemoryVT() are common methods for all memory nodes.
More information about the All-commits
mailing list