This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizer
ClosedPublic

Authored by tstellarAMD on Oct 4 2016, 1:35 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizer.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Oct 6 2016, 9:24 AM
arsenm edited edge metadata.

LGTM

lib/Target/AMDGPU/GCNHazardRecognizer.cpp
281 ↗(On Diff #73545)

const

This revision is now accepted and ready to land.Oct 6 2016, 9:24 AM
arsenm added a comment.Oct 6 2016, 9:24 AM

I think the mir tests are supposed to go in test/CodeGen/MIR/AMDGPU

This revision was automatically updated to reflect the committed changes.