R600: Simplify stream outputs intrinsic
[oota-llvm.git] / lib / Target / R600 / CMakeLists.txt
index 757b73352261511e20fa1f6691133e80288f1327..a8be7ed975cd016a7d7d2174e9739f37b6163c91 100644 (file)
@@ -27,6 +27,7 @@ add_llvm_target(R600CodeGen
   AMDGPUAsmPrinter.cpp
   AMDGPUMCInstLower.cpp
   AMDGPUSubtarget.cpp
+  AMDGPUStructurizeCFG.cpp
   AMDGPUTargetMachine.cpp
   AMDGPUISelLowering.cpp
   AMDGPUConvertToISA.cpp
@@ -35,16 +36,18 @@ add_llvm_target(R600CodeGen
   R600ExpandSpecialInstrs.cpp
   R600InstrInfo.cpp
   R600ISelLowering.cpp
+  R600LowerConstCopy.cpp
   R600MachineFunctionInfo.cpp
   R600RegisterInfo.cpp
+  SIAnnotateControlFlow.cpp
   SIAssignInterpRegs.cpp
+  SIInsertWaits.cpp
   SIInstrInfo.cpp
   SIISelLowering.cpp
   SILowerLiteralConstants.cpp
   SILowerControlFlow.cpp
   SIMachineFunctionInfo.cpp
   SIRegisterInfo.cpp
-  SIFixSGPRLiveness.cpp
   )
 
 add_dependencies(LLVMR600CodeGen intrinsics_gen)