Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FMV] Unify memtag and memtag2. #351

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. [FMV] Unify memtag and memtag2.

    If we split these features in the compiler (see relevant pull request
    llvm/llvm-project#109299), we would only be
    able to hand-write a 'memtag2' version using inline assembly since the
    compiler cannot generate the instructions that become available with
    FEAT_MTE2. On top of that these instructions only work at Exception
    Level 1, so they would be unusable since FMV is a user space facility.
    I am therefore unifying them in the ACLE specification.
    labrinea committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d79338a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    c7adb8a View commit details
    Browse the repository at this point in the history