[all-commits] [llvm/llvm-project] 615299: [CodeGen][ARM64EC] Don't treat guest exit thunks a...

Jacek Caban via All-commits all-commits at lists.llvm.org
Mon Nov 3 15:04:57 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 615299934489953deaf202cc445ac9f8ad362afc
      https://github.com/llvm/llvm-project/commit/615299934489953deaf202cc445ac9f8ad362afc
  Author: Jacek Caban <jacek at codeweavers.com>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64Arm64ECCallLowering.cpp
    M llvm/test/CodeGen/AArch64/cfguard-arm64ec.ll

  Log Message:
  -----------
  [CodeGen][ARM64EC] Don't treat guest exit thunks as indirect calls (#165885)

Guest exit thunks serve as glue for performing direct calls, so they
shouldn’t treat the target as an indirect one.

Spotted by @coneco-cy in #165504.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list