This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Implement AMDGPUTargetTransformInfo::isSourceOfDivergence()
ClosedPublic

Authored by tstellarAMD on Dec 11 2015, 7:39 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Implement AMDGPUTargetTransformInfo::isSourceOfDivergence().
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Dec 14 2015, 9:39 AM
arsenm edited edge metadata.

LGTM

lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
153 ↗(On Diff #42624)

Might as well handle invoke just in case

This revision is now accepted and ready to land.Dec 14 2015, 9:39 AM
This revision was automatically updated to reflect the committed changes.