This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add divergence analysis as a dependency for ISel
ClosedPublic

Authored by rampitec on May 21 2018, 10:27 AM.

Details

Summary

AMDGPUDAGToDAGISel adds DivergenceAnalysis in getAnalysisUsage but does not list it in pass dependencies which may lead to crash.

Diff Detail

Event Timeline

rampitec created this revision.May 21 2018, 10:27 AM
alex-t accepted this revision.May 21 2018, 11:21 AM

Thanks for catching this

This revision is now accepted and ready to land.May 21 2018, 11:21 AM
This revision was automatically updated to reflect the committed changes.