Skip to content

Commit fb33824

Browse files
author
Krzysztof Parzyszek
committed
[Hexagon] Add an early if-conversion pass
llvm-svn: 249423
1 parent f4ee371 commit fb33824

9 files changed

+1711
-18
lines changed

llvm/lib/Target/Hexagon/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ add_llvm_target(HexagonCodeGen
1818
HexagonCFGOptimizer.cpp
1919
HexagonCommonGEP.cpp
2020
HexagonCopyToCombine.cpp
21+
HexagonEarlyIfConv.cpp
2122
HexagonExpandCondsets.cpp
2223
HexagonExpandPredSpillCode.cpp
2324
HexagonFixupHwLoops.cpp

0 commit comments

Comments
 (0)