Skip to content

Commit

Permalink
Feature/split loop by length
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Qian committed Nov 8, 2024
1 parent 2db67a2 commit 8ebdd25
Show file tree
Hide file tree
Showing 15 changed files with 1,665 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/Target/RISCV/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ add_llvm_target(RISCVCodeGen
RISCVFoldMasks.cpp
RISCVFrameLowering.cpp
RISCVGatherScatterLowering.cpp
RISCVSplitLoopByLength.cpp
RISCVInsertVSETVLI.cpp
RISCVInsertReadWriteCSR.cpp
RISCVInsertWriteVXRM.cpp
Expand Down Expand Up @@ -76,6 +77,7 @@ add_llvm_target(RISCVCodeGen
MC
RISCVDesc
RISCVInfo
Passes
Scalar
SelectionDAG
Support
Expand Down
Loading

0 comments on commit 8ebdd25

Please sign in to comment.