This is an archive of the discontinued LLVM Phabricator instance.

[Fixed Point Arithmetic] Test for Conversion Between Valid Builtin Types
Needs ReviewPublic

Authored by leonardchan on May 16 2018, 2:56 PM.

Details

Summary

This patch contains changes and a test for checking that fixed point types can be converted between all other valid types. Fixed point types can be converted between floating point types, integral types, and other fixed point types.

Diff Detail

Repository
rC Clang