Skip to content

MAYCHANGE prediate doesn't discharge well when YMM registers are involved #256

Description

@aqjune-aws

This doesn't work:

g `MAYCHANGE [YMM1;YMM2] s0 s1 ==> MAYCHANGE [YMM2;YMM1] s0 s1`;;

e STRIP_TAC;;
e MONOTONE_MAYCHANGE_TAC;;

But this works:

g `MAYCHANGE [RAX;RBX] s0 s1 ==> MAYCHANGE [RBX;RAX] s0 s1`;;

e STRIP_TAC;;
e MONOTONE_MAYCHANGE_TAC;;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions