This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Make use of MachineInstrBuilder::getReg
ClosedPublic

Authored by foad on Jan 23 2020, 3:55 AM.

Diff Detail

Event Timeline

foad created this revision.Jan 23 2020, 3:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2020, 3:55 AM

Unit tests: pass. 62130 tests passed, 0 failed and 808 were skipped.

clang-tidy: fail. clang-tidy found 0 errors and 3 warnings.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

arsenm accepted this revision.Jan 23 2020, 5:02 AM
This revision is now accepted and ready to land.Jan 23 2020, 5:02 AM
This revision was automatically updated to reflect the committed changes.