This is an archive of the discontinued LLVM Phabricator instance.

[Fixed Point Arithmetic] Test for All Builtin Operations
Needs ReviewPublic

Authored by leonardchan on May 16 2018, 10:31 AM.

Details

Summary

This patch includes a test for checking that all supported builtin operations can be syntactically declared with fixed point types. Tests for asserting the correctness behind each operation will be added in future patches.

Diff Detail

Repository
rC Clang