This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/R600: Fix ALU clause markers use detection
ClosedPublic

Authored by jvesely on Feb 21 2017, 3:19 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jvesely created this revision.Feb 21 2017, 3:19 PM
arsenm added inline comments.Feb 21 2017, 3:35 PM
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
233

Using findRegisterUseOperandIdx twice like this looks strange. The first one looks like it should be readsRegister? The second looks like it should be killsRegister?

jvesely updated this revision to Diff 89310.Feb 21 2017, 6:02 PM

use convenience wrappers

jvesely marked an inline comment as done.Feb 21 2017, 6:02 PM
tstellar accepted this revision.Mar 6 2017, 10:02 AM
This revision is now accepted and ready to land.Mar 6 2017, 10:02 AM
This revision was automatically updated to reflect the committed changes.