[PATCH] D15257: AMDGPU/SI: Emit constant arrays in the .text section

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 15:01:26 PST 2015


arsenm added inline comments.

================
Comment at: lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:339
@@ -338,2 +338,3 @@
   addPass(createSILowerControlFlowPass(*TM), false);
+  addPass(&FinalizeMachineBundlesID, false);
 }
----------------
Oh, I missed this before. I think this might need to run earlier but I'm not sure


http://reviews.llvm.org/D15257





More information about the llvm-commits mailing list