This is an archive of the discontinued LLVM Phabricator instance.

[VE] Isel patterns for fp32/64 and i32/64 conversion
ClosedPublic

Authored by simoll on Jan 28 2020, 4:39 AM.

Details

Summary

fp32/64 <> signed/unsigned i32/64 conversion isel patterns and tests

(This patch depends on fsub implemented by https://reviews.llvm.org/D73540 )

Diff Detail

Event Timeline

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

Unit tests: unknown.

clang-tidy: unknown.

clang-format: unknown.

Build artifacts: diff.json, console-log.txt

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

arsenm accepted this revision.Jan 28 2020, 7:59 AM
This revision is now accepted and ready to land.Jan 28 2020, 7:59 AM

Thx!
I'll commit this when https://reviews.llvm.org/D73540 is in.

This revision was automatically updated to reflect the committed changes.