[all-commits] [llvm/llvm-project] dba8fc: Fix frint ACLE intrinsic names

Michael Platings via All-commits all-commits at lists.llvm.org
Thu Sep 29 01:14:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dba8fced969e2eca9e8650a874293927db17d131
      https://github.com/llvm/llvm-project/commit/dba8fced969e2eca9e8650a874293927db17d131
  Author: Michael Platings <michael.platings at arm.com>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAArch64.def
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Headers/arm_acle.h
    M clang/test/CodeGen/aarch64-v8.5a-scalar-frint3264-intrinsic.c

  Log Message:
  -----------
  Fix frint ACLE intrinsic names

Although the instruction names begin "frint", the ACLE spec states that
the intrinsic names begin "__rint", without the "f".

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




More information about the All-commits mailing list