We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848d865 commit 278d28fCopy full SHA for 278d28f
llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn
@@ -61,6 +61,8 @@ static_library("LLVMHexagonCodeGen") {
61
"HexagonGenMemAbsolute.cpp",
62
"HexagonGenMux.cpp",
63
"HexagonGenPredicate.cpp",
64
+ "HexagonGenWideningVecFloatInstr.cpp",
65
+ "HexagonGenWideningVecInstr.cpp",
66
"HexagonHardwareLoops.cpp",
67
"HexagonHazardRecognizer.cpp",
68
"HexagonISelDAGToDAG.cpp",
@@ -77,6 +79,7 @@ static_library("LLVMHexagonCodeGen") {
77
79
"HexagonMask.cpp",
78
80
"HexagonNewValueJump.cpp",
81
"HexagonOptAddrMode.cpp",
82
+ "HexagonOptShuffleVector.cpp",
83
"HexagonOptimizeSZextends.cpp",
84
"HexagonPeephole.cpp",
85
"HexagonQFPOptimizer.cpp",
0 commit comments