This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAGISel] small cleanup to INLINEASM_BR selection. NFC
ClosedPublic

Authored by nickdesaulniers on Mar 30 2020, 3:23 PM.

Details

Summary

This code was throwing away the opcode for a boolean, which was then
reconstructing the opcode from that boolean. Just pass the opcode, and
forget the boolean.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2020, 3:23 PM
srhines accepted this revision.Mar 30 2020, 3:28 PM
This revision is now accepted and ready to land.Mar 30 2020, 3:28 PM
This revision was automatically updated to reflect the committed changes.