[all-commits] [llvm/llvm-project] 4cad97: [SveEmitter] Add builtins for svmovlb and svmovlt
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Mon May 11 01:44:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cad97595f40f7a5bda25f4aa107cbbce05bd394
https://github.com/llvm/llvm-project/commit/4cad97595f40f7a5bda25f4aa107cbbce05bd394
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M clang/include/clang/Basic/arm_sve.td
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.h
A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlb.c
A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlt.c
Log Message:
-----------
[SveEmitter] Add builtins for svmovlb and svmovlt
These builtins are expanded in CGBuiltin to use intrinsics
for (signed/unsigned) shift left long top/bottom.
Reviewers: efriedma, SjoerdMeijer
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D79579
More information about the All-commits
mailing list