[all-commits] [llvm/llvm-project] 8b409e: [SVE] Auto-generate builtins and header for svld1.

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Mon Mar 16 03:53:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b409eabaf755c88a7d652fe99d3ad858a4fe82a
      https://github.com/llvm/llvm-project/commit/8b409eabaf755c88a7d652fe99d3ad858a4fe82a
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
    A clang/include/clang/Basic/AArch64SVETypeFlags.h
    M clang/include/clang/Basic/BuiltinsAArch64.def
    A clang/include/clang/Basic/BuiltinsSVE.def
    M clang/include/clang/Basic/CMakeLists.txt
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/arm_sve.td
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h

  Log Message:
  -----------
  [SVE] Auto-generate builtins and header for svld1.

This is a first patch in a series for the SveEmitter to generate the arm_sve.h
header file and builtins.

I've tried my best to strip down this patch as best as I could, but there
are still a few changes that are not necessarily exercised by the load intrinsics
in this patch, mostly around the SVEType class which has some common logic to
represent types from a type and prototype string. I thought it didn't make
much sense to remove that from this patch and split it up.

Reviewers: efriedma, rovka, SjoerdMeijer, rsandifo-arm, rengolin

Reviewed By: SjoerdMeijer

Tags: #clang

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




More information about the All-commits mailing list