This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix missing immarg from interp intrinsics
ClosedPublic

Authored by arsenm on Jul 15 2019, 5:47 AM.

Diff Detail

Event Timeline

arsenm created this revision.Jul 15 2019, 5:47 AM
timcorringham accepted this revision.Jul 15 2019, 6:41 AM
timcorringham added inline comments.
test/Verifier/AMDGPU/intrinsic-immarg.ll
625

This is correct, but using & checking for %arg3 rather than %arg2 cost me a few seconds of confusion.

This revision is now accepted and ready to land.Jul 15 2019, 6:41 AM
arsenm closed this revision.Jul 15 2019, 12:11 PM
arsenm marked an inline comment as done.

r366110