Skip to content

Commit bf94c8d

Browse files
authored
[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.
1 parent 6563c79 commit bf94c8d

File tree

4 files changed

+611
-579
lines changed

4 files changed

+611
-579
lines changed

llvm/lib/Target/RISCV/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ add_llvm_target(RISCVCodeGen
4545
RISCVInsertVSETVLI.cpp
4646
RISCVInsertWriteVXRM.cpp
4747
RISCVInstrInfo.cpp
48+
RISCVInterleavedAccess.cpp
4849
RISCVISelDAGToDAG.cpp
4950
RISCVISelLowering.cpp
5051
RISCVLandingPadSetup.cpp

0 commit comments

Comments
 (0)