[all-commits] [llvm/llvm-project] 69660c: [builtins] Convert more int to fp functions to use...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Wed Oct 18 06:13:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69660ccf2ae402b02799efed072afd8ecf5a6eb0
      https://github.com/llvm/llvm-project/commit/69660ccf2ae402b02799efed072afd8ecf5a6eb0
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
    M compiler-rt/lib/builtins/floatdisf.c
    M compiler-rt/lib/builtins/floattidf.c
    M compiler-rt/lib/builtins/floattisf.c
    M compiler-rt/lib/builtins/floattitf.c
    M compiler-rt/lib/builtins/floatundisf.c
    M compiler-rt/lib/builtins/floatuntidf.c
    M compiler-rt/lib/builtins/floatuntisf.c
    M compiler-rt/lib/builtins/floatuntitf.c
    M compiler-rt/lib/builtins/int_to_fp.h

  Log Message:
  -----------
  [builtins] Convert more int to fp functions to use common implementation (#67540)

Builds on #66903, converting the rest of the low-hanging fruit to use
the common implementation.

See https://github.com/llvm/llvm-project/pull/67540#issuecomment-1766499179 for links to Alive2 comparisons of before/after.




More information about the All-commits mailing list