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 b510e4c commit e7a268fCopy full SHA for e7a268f
llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
@@ -63,12 +63,12 @@ static_library("LLVMRISCVCodeGen") {
63
sources = [
64
"RISCVAsmPrinter.cpp",
65
"RISCVCallLowering.cpp",
66
- "RISCVCleanupVSETVLI.cpp",
67
"RISCVExpandAtomicPseudoInsts.cpp",
68
"RISCVExpandPseudoInsts.cpp",
69
"RISCVFrameLowering.cpp",
70
"RISCVISelDAGToDAG.cpp",
71
"RISCVISelLowering.cpp",
+ "RISCVInsertVSETVLI.cpp",
72
"RISCVInstrInfo.cpp",
73
"RISCVInstructionSelector.cpp",
74
"RISCVLegalizerInfo.cpp",
0 commit comments