================ @@ -2773,6 +2773,9 @@ void AMDGPUDAGToDAGISel::SelectINTRINSIC_WO_CHAIN(SDNode *N) { case Intrinsic::amdgcn_wwm: case Intrinsic::amdgcn_strict_wwm: Opcode = AMDGPU::STRICT_WWM; + CurDAG->getMachineFunction() + .getInfo<SIMachineFunctionInfo>() + ->setInitWholeWave(); ---------------- rampitec wrote:
Ack. I can create a separate property HasWWM, but I really want to hear if we even want to go that way. https://github.com/llvm/llvm-project/pull/123124 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits