[PATCH] D155368: [clang][Interp] __builtin_copysign

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 17 11:05:51 PDT 2023


aaron.ballman added a comment.

Missing test coverage for copysign.



================
Comment at: clang/lib/AST/Interp/InterpBuiltin.cpp:141
+
+static bool interp__builtin_fmin(InterpState &S, CodePtr OpPC,
+                                 const InterpFrame *Frame, const Function *F) {
----------------
Should split out the fmin functionality into a separate patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155368/new/

https://reviews.llvm.org/D155368



More information about the cfe-commits mailing list