kerbowa added inline comments.

================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:427
     DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI));
   DAG->addMutation(createIGroupLPDAGMutation());
   DAG->addMutation(createAMDGPUMacroFusionDAGMutation());
----------------
jrbyrnes wrote:
> I think you can remove this as well since you're doing it from within the 
> scheduler.
It's not added in the scheduler for plain SCHED_BARRIER.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132079/new/

https://reviews.llvm.org/D132079

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to