Skip to content

cmd/compile: we shouldn't use MOVOstore instruction on plan9/amd64 #21625

@0intro

Description

@0intro

The SSA compiler currently generates MOVOstore instructions to optimize 16 bytes moves on AMD64 architecture.

These instructions were added in CL 16174.

See AMD64.rules:322 and AMD64.rules:351

However, we can't use the MOVOstore instruction on Plan 9, because floating point operations are not allowed in the note handler.

We should disable use of MOVOstore instruction on Plan 9, using the useSSE flag (disabled on Plan 9).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions