This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Fixed bugs in export instruction
ClosedPublic

Authored by dp on May 17 2017, 9:43 AM.

Details

Summary

See Bugs 33019, 33056:

https://bugs.llvm.org//show_bug.cgi?id=33019
https://bugs.llvm.org//show_bug.cgi?id=33056

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.May 17 2017, 9:43 AM
artem.tamazov accepted this revision.May 17 2017, 11:00 AM

Looks good to me.

This revision is now accepted and ready to land.May 17 2017, 11:00 AM
artem.tamazov added inline comments.May 17 2017, 11:02 AM
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
2809 ↗(On Diff #99322)

One thing: I would better keep ++SrcIdx in separate line.

2816 ↗(On Diff #99322)

Ditto

dp added inline comments.May 17 2017, 12:35 PM
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
2809 ↗(On Diff #99322)

Ok, I'll correct this before submitting the patch

This revision was automatically updated to reflect the committed changes.