[all-commits] [llvm/llvm-project] c2ec45: [LoongArch] Add intrinsics for ibar, break and sys...
Gong LingQin via All-commits
all-commits at lists.llvm.org
Sun Nov 20 18:14:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2ec455f183d88a63d3cffe23ca6ff1acf0d7d07
https://github.com/llvm/llvm-project/commit/c2ec455f183d88a63d3cffe23ca6ff1acf0d7d07
Author: gonglingqin <gonglingqin at loongson.cn>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M clang/include/clang/Basic/BuiltinsLoongArch.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Headers/larchintrin.h
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/LoongArch/intrinsic-error.c
M clang/test/CodeGen/LoongArch/intrinsic.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-error.ll
A llvm/test/CodeGen/LoongArch/intrinsic-not-constant-error.ll
M llvm/test/CodeGen/LoongArch/intrinsic.ll
Log Message:
-----------
[LoongArch] Add intrinsics for ibar, break and syscall
Diagnostics for intrinsic input parameters have also been added.
Differential Revision: https://reviews.llvm.org/D138094
More information about the All-commits
mailing list