[all-commits] [llvm/llvm-project] 9e06d1: [LoongArch] Add intrinsics for CACOP instruction

Xiaodong Liu via All-commits all-commits at lists.llvm.org
Thu Jan 5 19:44:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e06d18c80e77383f0ecdda428e74fbc1df3dd99
      https://github.com/llvm/llvm-project/commit/9e06d18c80e77383f0ecdda428e74fbc1df3dd99
  Author: Xiaodong Liu <liuxiaodong at loongson.cn>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsLoongArch.def
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Basic/Targets/LoongArch.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Headers/larchintrin.h
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGen/LoongArch/intrinsic-la32-error.c
    M clang/test/CodeGen/LoongArch/intrinsic-la32.c
    M clang/test/CodeGen/LoongArch/intrinsic-la64.c
    M clang/test/Driver/loongarch-default-features.c
    M llvm/include/llvm/IR/IntrinsicsLoongArch.td
    M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
    M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
    M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
    M llvm/test/CodeGen/LoongArch/intrinsic-la32-error.ll
    A llvm/test/CodeGen/LoongArch/intrinsic-la32.ll
    M llvm/test/CodeGen/LoongArch/intrinsic-la64-error.ll
    M llvm/test/CodeGen/LoongArch/intrinsic-la64.ll

  Log Message:
  -----------
  [LoongArch] Add intrinsics for CACOP instruction

The CACOP instruction is mainly used for cache initialization
and cache-consistency maintenance.

Depends on D140872

Reviewed By: SixWeining

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




More information about the All-commits mailing list