[PATCH] D134824: Fix frint ACLE intrinsic names

Michael Platings via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 12:40:02 PDT 2022


michaelplatings created this revision.
michaelplatings added a reviewer: jaykang10.
Herald added a project: All.
michaelplatings requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134824

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134824.463652.patch
Type: text/x-patch
Size: 7860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220928/bf80b4a2/attachment.bin>


More information about the cfe-commits mailing list