[all-commits] [llvm/llvm-project] c84b8b: [AArch64] clang support for Armv8.8/9.3 MOPS

Lucas Duarte Prates via All-commits all-commits at lists.llvm.org
Sat Jan 15 12:15:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c84b8be516bcc4d021ff804169d58a7b3104e050
      https://github.com/llvm/llvm-project/commit/c84b8be516bcc4d021ff804169d58a7b3104e050
  Author: Lucas Prates <lucas.prates at arm.com>
  Date:   2022-01-15 (Sat, 15 Jan 2022)

  Changed paths:
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    A clang/test/Driver/aarch64-mops.c
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/unittests/Support/TargetParserTest.cpp

  Log Message:
  -----------
  [AArch64] clang support for Armv8.8/9.3 MOPS

This introduces clang command line support for the new Armv8.8-A and
Armv9.3-A instructions for standardising memcpy, memset and memmove
operations, which was previously introduced into LLVM in
https://reviews.llvm.org/D116157.

Patch by Lucas Prates, Tomas Matheson and Son Tuan Vu.

Differential Revision: https://reviews.llvm.org/D117271




More information about the All-commits mailing list