[PATCH] D25250: AMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizer
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 09:24:23 PDT 2016
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
> GCNHazardRecognizer.cpp:281
> + // instruction.
> + int DivFMasWaitStates = 4;
> + auto IsHazardDefFn = [TII] (MachineInstr *MI) { return TII->isVALU(*MI); };
const
https://reviews.llvm.org/D25250
More information about the llvm-commits
mailing list