Skip to content

Commit da8bf9d

Browse files
chen.qiangerekon
authored andcommitted
[Pass] add SplitLoopByLength Pass
1 parent ae29ede commit da8bf9d

File tree

14 files changed

+1043
-105
lines changed

14 files changed

+1043
-105
lines changed

llvm/lib/Target/RISCV/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ add_llvm_target(RISCVCodeGen
3636
RISCVExpandPseudoInsts.cpp
3737
RISCVFrameLowering.cpp
3838
RISCVGatherScatterLowering.cpp
39+
RISCVSplitLoopByLength.cpp
3940
RISCVInsertVSETVLI.cpp
4041
RISCVInsertReadWriteCSR.cpp
4142
RISCVInsertWriteVXRM.cpp
@@ -75,6 +76,7 @@ add_llvm_target(RISCVCodeGen
7576
MC
7677
RISCVDesc
7778
RISCVInfo
79+
Passes
7880
Scalar
7981
SelectionDAG
8082
Support

0 commit comments

Comments
 (0)