Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Missing test coverage for copysign.
clang/lib/AST/Interp/InterpBuiltin.cpp | ||
---|---|---|
146 | Should split out the fmin functionality into a separate patch. |
Comment Actions
I can add some basic tests for __builtin_copysign here, but there are test added in https://reviews.llvm.org/D155369 as well.
Should split out the fmin functionality into a separate patch.