This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Actually write nops for writeNopData
ClosedPublic

Authored by arsenm on Mar 29 2017, 1:46 PM.

Details

Reviewers
kzhuravl
Summary

Before this was just writing 0s, which ends up looking like a
v_cndmask_b32 v0, s0, v0, vcc. Write out an encoded s_nop instead.

Diff Detail

Event Timeline

arsenm created this revision.Mar 29 2017, 1:46 PM
kzhuravl accepted this revision.Apr 6 2017, 9:22 PM

LGTM.

This revision is now accepted and ready to land.Apr 6 2017, 9:22 PM
arsenm closed this revision.Apr 8 2017, 2:41 PM

r299816