Skip to content

Unhandled LLVM intrinsic generated from math.c #794

@keram88

Description

@keram88

In the function fmodf there is a call to a Smack defined copysignf function. However, Clang generates a call to the llvm.copysign.f32 intrinsic instead. This is an issue because Smack doesn't currently model this intrinsic.
There are two issues here:

  • Why is Clang replacing this function?, and
  • Smack should add support for this family of intrinsics

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions