This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add error line number checking
ClosedPublic

Authored by foad on Nov 29 2022, 5:56 AM.

Details

Reviewers
dp
Joe_Nash
arsenm
Group Reviewers
Restricted Project
Commits
rGdca1a3f29e82: [AMDGPU] Add error line number checking

Diff Detail

Event Timeline

foad created this revision.Nov 29 2022, 5:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 5:56 AM
foad requested review of this revision.Nov 29 2022, 5:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 5:56 AM
arsenm accepted this revision.Nov 29 2022, 8:11 AM
arsenm added a subscriber: arsenm.

I swear I did this before

This revision is now accepted and ready to land.Nov 29 2022, 8:11 AM
This revision was landed with ongoing or failed builds.Nov 29 2022, 8:34 AM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Nov 29 2022, 9:27 AM

This breaks tests: http://45.33.8.238/linux/92704/step_12.txt

Please take a look and revert for now if it takes a while to fix. (Also please run tests locally before committing.)

foad added a comment.Nov 29 2022, 9:30 AM

This breaks tests: http://45.33.8.238/linux/92704/step_12.txt

Please take a look and revert for now if it takes a while to fix. (Also please run tests locally before committing.)

Are you sure it was this commit? I didn't touch anything in test/CodeGen/.

Apologies, it was due to https://github.com/llvm/llvm-project/commit/ee29a846c622b52d82e208146a028cf866351fde instead (that commit didn't say "AMDGPU" in the subject, so I got it wrong). https://github.com/llvm/llvm-project/commit/600e9d33a5a21b093485d093cbb6cf4bc5d9d649 has since fixed things.

Apologies again!

foad added a comment.Nov 29 2022, 9:47 AM

No problem!