[PATCH] D135011: Add sin and cos llvm intrinsics

Joshua Batista via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 22:15:21 PDT 2022


bob80905 created this revision.
bob80905 added reviewers: beanz, python3kgae.
Herald added a project: All.
bob80905 requested review of this revision.
Herald added subscribers: cfe-commits, pcwang-thead.
Herald added a project: clang.

add codegen for llvm cos and sin intrinsics


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135011

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Sema/SemaChecking.cpp



More information about the cfe-commits mailing list