This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Fix for Bug 28158 + LIT tests
ClosedPublic

Authored by dp on Mar 29 2017, 9:22 AM.

Details

Summary

Added support for the following instructions:

  • s_cbranch_cdbgsys
  • s_cbranch_cdbgsys_and_user
  • s_cbranch_cdbgsys_or_user
  • s_cbranch_cdbguser
  • s_setkill

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Mar 29 2017, 9:22 AM
vpykhtin accepted this revision.Mar 29 2017, 9:23 AM

LGTM.

This revision is now accepted and ready to land.Mar 29 2017, 9:23 AM
This revision was automatically updated to reflect the committed changes.