Skip to content

x86-64 doesn't save nonvolatile XMM6-XMM15 registers #3173

@llvmbot

Description

@llvmbot
Bugzilla Link 2801
Resolution FIXED
Resolved on Mar 05, 2009 14:36
Version unspecified
OS Windows XP
Blocks llvm/llvm-bugzilla-archive#3739
Reporter LLVM Bugzilla Contributor
CC @asl

Extended Description

The x86-64 ABI specifies that XMM6 to XMM15 are non-volatile, and should be preserved by the callee as needed. It appears that LLVM currently doesn't do this, causing unpredictable behavior with floating-point calculations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions