This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove redundant call to MachineInstrBuilder::setMBB
ClosedPublic

Authored by nhaehnle on May 2 2022, 3:54 PM.

Details

Summary

setInstrAndDebugLoc also sets the basic block automatically.

Diff Detail

Event Timeline

nhaehnle created this revision.May 2 2022, 3:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 3:54 PM
nhaehnle requested review of this revision.May 2 2022, 3:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 3:54 PM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.May 3 2022, 3:41 AM

Looks obviously fine (assuming it works!).

This revision is now accepted and ready to land.May 3 2022, 3:41 AM
This revision was landed with ongoing or failed builds.May 3 2022, 5:49 AM
This revision was automatically updated to reflect the committed changes.