This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Precommit test for D124509
ClosedPublic

Authored by kito-cheng on Apr 27 2022, 2:32 AM.

Details

Summary

Test case to show the wrong code gen for int16 -> __fp16 conversion,
clang just emit a load and store without did conversion in the case,

and another case used for demonstrate the code gen change of __fp16
-> int16.

Diff Detail

Event Timeline

kito-cheng created this revision.Apr 27 2022, 2:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2022, 2:32 AM
kito-cheng requested review of this revision.Apr 27 2022, 2:32 AM
kito-cheng edited the summary of this revision. (Show Details)Apr 27 2022, 2:38 AM
khchen accepted this revision.Apr 29 2022, 8:34 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Apr 29 2022, 8:34 AM
This revision was landed with ongoing or failed builds.Apr 29 2022, 8:09 PM
This revision was automatically updated to reflect the committed changes.