This is an archive of the discontinued LLVM Phabricator instance.

[VE] (conditional) branch modification & isel patterns
ClosedPublic

Authored by simoll on Jan 29 2020, 8:24 AM.

Details

Summary

InstInfo for branch modification, (conditional) branch isel patterns and tests.

Diff Detail

Event Timeline

simoll created this revision.Jan 29 2020, 8:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2020, 8:24 AM
simoll updated this revision to Diff 241170.Jan 29 2020, 8:27 AM

no else after return

arsenm accepted this revision.Jan 29 2020, 8:27 AM

LGTM with nits

llvm/lib/Target/VE/VEInstrInfo.cpp
42

Formatting

148

No else after return

This revision is now accepted and ready to land.Jan 29 2020, 8:27 AM
simoll updated this revision to Diff 241171.Jan 29 2020, 8:38 AM
simoll marked an inline comment as done.
  • addressed comments
  • formatting

Thx!

This revision was automatically updated to reflect the committed changes.

Unit tests: pass. 62303 tests passed, 0 failed and 838 were skipped.

clang-tidy: fail. clang-tidy found 5 errors and 7 warnings. 0 of them are added as review comments below (why?).

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

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

Unit tests: pass. 62303 tests passed, 0 failed and 838 were skipped.

clang-tidy: fail. clang-tidy found 5 errors and 7 warnings. 0 of them are added as review comments below (why?).

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

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

Unit tests: pass. 62303 tests passed, 0 failed and 838 were skipped.

clang-tidy: fail. clang-tidy found 5 errors and 7 warnings. 0 of them are added as review comments below (why?).

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

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.