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 2704647 commit 094ef38Copy full SHA for 094ef38
llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn
@@ -68,6 +68,7 @@ static_library("LLVMHexagonCodeGen") {
68
"HexagonISelLowering.cpp",
69
"HexagonISelLoweringHVX.cpp",
70
"HexagonInstrInfo.cpp",
71
+ "HexagonLoadStoreWidening.cpp",
72
"HexagonLoopAlign.cpp",
73
"HexagonLoopIdiomRecognition.cpp",
74
"HexagonMCInstLower.cpp",
@@ -83,7 +84,6 @@ static_library("LLVMHexagonCodeGen") {
83
84
"HexagonSelectionDAGInfo.cpp",
85
"HexagonSplitConst32AndConst64.cpp",
86
"HexagonSplitDouble.cpp",
- "HexagonStoreWidening.cpp",
87
"HexagonSubtarget.cpp",
88
"HexagonTargetMachine.cpp",
89
"HexagonTargetObjectFile.cpp",
0 commit comments