Skip to content

Commit d0c3899

Browse files
chen.qiangerekon
authored andcommitted
[Pass] add SplitLoopByLength Pass
1 parent 363d62e commit d0c3899

File tree

15 files changed

+1050
-105
lines changed

15 files changed

+1050
-105
lines changed

llvm/lib/Target/RISCV/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ add_llvm_target(RISCVCodeGen
3737
RISCVFoldMasks.cpp
3838
RISCVFrameLowering.cpp
3939
RISCVGatherScatterLowering.cpp
40+
RISCVSplitLoopByLength.cpp
4041
RISCVInsertVSETVLI.cpp
4142
RISCVInsertReadWriteCSR.cpp
4243
RISCVInsertWriteVXRM.cpp
@@ -76,6 +77,7 @@ add_llvm_target(RISCVCodeGen
7677
MC
7778
RISCVDesc
7879
RISCVInfo
80+
Passes
7981
Scalar
8082
SelectionDAG
8183
Support

0 commit comments

Comments
 (0)