[all-commits] [llvm/llvm-project] d9c20e: [AArch64][SME] Implement inline-asm clobbers for z...

Matthew Devereau via All-commits all-commits at lists.llvm.org
Fri Feb 2 00:12:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9c20e437fe110fb79b5ca73a52762e5b930b361
      https://github.com/llvm/llvm-project/commit/d9c20e437fe110fb79b5ca73a52762e5b930b361
  Author: Matthew Devereau <matthew.devereau at arm.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/test/CodeGen/aarch64-inline-asm.c
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    A llvm/test/CodeGen/AArch64/aarch64-za-clobber.ll

  Log Message:
  -----------
  [AArch64][SME] Implement inline-asm clobbers for za/zt0 (#79276)

This enables specifing "za" or "zt0" to the clobber list for inline asm.
This complies with the acle SME addition to the asm extension here:
https://github.com/ARM-software/acle/pull/276




More information about the All-commits mailing list