This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] S_MULK_I32 does not define SCC. NFCI.
ClosedPublic

Authored by foad on Jan 9 2023, 6:47 AM.

Details

Reviewers
arsenm
Group Reviewers
Restricted Project
Commits
rG6a6f62a719b9: [AMDGPU] S_MULK_I32 does not define SCC. NFCI.

Diff Detail

Event Timeline

foad created this revision.Jan 9 2023, 6:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 6:47 AM
foad requested review of this revision.Jan 9 2023, 6:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 6:47 AM
foad added a comment.Jan 9 2023, 6:49 AM

This was picked up by a MachineVerifier patch I'm working on. Since s_mulk_i32 is only formed by SIShrinkInstructions it is probably too late to affect codegen.

arsenm accepted this revision.Jan 9 2023, 7:24 AM
This revision is now accepted and ready to land.Jan 9 2023, 7:24 AM
This revision was landed with ongoing or failed builds.Jan 9 2023, 7:46 AM
This revision was automatically updated to reflect the committed changes.