Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: llvm/llvm-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: llvm/llvm-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: users/atrosinenko/aut-speculation
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    7512ab1 View commit details
    Browse the repository at this point in the history
  2. [AArch64][PAC] Do not execute AUT instructions speculatively

    A generic authentication instruction may crash the process on failure.
    Furthermore, it can be executed conditionally and/or its signing schema
    can be chosen dynamically. For this reason, while it may be beneficial
    to permit DCE to remove AUTx16x17 or AUTxMxN instructions unless their
    results have any uses (at least fake ones, if we just want to check the
    signature), AUT instructions are not safe to be executed speculatively.
    
    As a quick fix for miscompilation possibility, this patch marks AUTxMxN
    pseudo instruction as having unmodelled side effects.
    atrosinenko committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    b1ccbc9 View commit details
    Browse the repository at this point in the history
Loading