This is an archive of the discontinued LLVM Phabricator instance.

[VE] fp32/64 fadd/fsub/fdiv/fmul isel patterns
ClosedPublic

Authored by simoll on Jan 28 2020, 3:46 AM.

Details

Summary

fp32/64 fadd/fsub/fdiv/fmul isel patterns and tests.

Diff Detail

Event Timeline

simoll created this revision.Jan 28 2020, 3:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2020, 3:46 AM

Unit tests: fail. 62254 tests passed, 1 failed and 831 were skipped.

failed: lld.ELF/undef.s

clang-tidy: pass.

clang-format: pass.

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.

simoll updated this revision to Diff 241067.Jan 29 2020, 1:36 AM
  • rebased

Unit tests: pass. 62283 tests passed, 0 failed and 831 were skipped.

clang-tidy: pass.

clang-format: pass.

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.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 29 2020, 2:03 AM
This revision was automatically updated to reflect the committed changes.