[all-commits] [llvm/llvm-project] c4944a: [Fixed Point] Add codegen for conversion between f...

Bevin Hansson via All-commits all-commits at lists.llvm.org
Tue Jan 12 04:53:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4944a6f53f6d1876e76563599f5f149328e7f8f
      https://github.com/llvm/llvm-project/commit/c4944a6f53f6d1876e76563599f5f149328e7f8f
  Author: Bevin Hansson <bevin.hansson at ericsson.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/test/Frontend/fixed_point_compound.c
    M clang/test/Frontend/fixed_point_conversions.c
    A clang/test/Frontend/fixed_point_conversions_half.c
    M llvm/include/llvm/IR/FixedPointBuilder.h

  Log Message:
  -----------
  [Fixed Point] Add codegen for conversion between fixed-point and floating point.

The patch adds the required methods to FixedPointBuilder
for converting between fixed-point and floating point,
and uses them from Clang.

This depends on D54749.

Reviewed By: leonardchan

Differential Revision: https://reviews.llvm.org/D86632




More information about the All-commits mailing list