This is an archive of the discontinued LLVM Phabricator instance.

[FastISel] Clarify how members of ArgListEntry are used by FastISel
Needs ReviewPublic

Authored by foad on Jan 3 2020, 3:00 AM.

Details

Summary

Also add a constructor to simplify FastISel's use of ArgListEntry.

Diff Detail

Event Timeline

foad created this revision.Jan 3 2020, 3:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2020, 3:00 AM
Herald added a subscriber: hiraditya. · View Herald Transcript

Unit tests: pass. 61173 tests passed, 0 failed and 729 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

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

foad updated this revision to Diff 236027.Jan 3 2020, 5:16 AM

clang-format

Unit tests: pass. 61173 tests passed, 0 failed and 729 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: pass.

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