[all-commits] [llvm/llvm-project] bf94c8: [RISCV][NFC] Split InterleavedAccess related TLI h...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Fri Jul 11 11:05:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf94c8ddb321696956365830bf23dd232ef90e74
https://github.com/llvm/llvm-project/commit/bf94c8ddb321696956365830bf23dd232ef90e74
Author: Min-Yih Hsu <min.hsu at sifive.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
A llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp
Log Message:
-----------
[RISCV][NFC] Split InterleavedAccess related TLI hooks into a separate file (#148040)
There have been discussions on splitting RISCVISelLowering.cpp. I think
InterleavedAccess related TLI hooks would be some of the low hanging
fruit as it's relatively isolated and also because X86 is already doing
it.
NFC.
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