[all-commits] [llvm/llvm-project] d8b6b1: [VFABI] Add LLVM internal mangling for vector func...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Tue Nov 12 19:42:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d8b6b1114307558a5245de3806bb70f53f6f3efe
https://github.com/llvm/llvm-project/commit/d8b6b1114307558a5245de3806bb70f53f6f3efe
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M llvm/include/llvm/Analysis/VectorUtils.h
M llvm/lib/Analysis/VFABIDemangling.cpp
M llvm/unittests/Analysis/VectorFunctionABITest.cpp
Log Message:
-----------
[VFABI] Add LLVM internal mangling for vector functions.
Summary:
This patch adds a custom ISA for vector functions for internal use
in LLVM. The <isa> token is set to "_LLVM_", and it is not attached
to any specific instruction Vector ISA, or Vector Function ABI.
The ISA is used as a token for handling Vector Function ABI-style
vectorization for those vector functions that are not directly
associated to any existing Vector Function ABI (for example, some of
the vector functions exposed by TargetLibraryInfo). The demangling
function for this ISA in a Vector Function ABI context is set to be
the same as the common one shared between X86 and AArch64.
Reviewers: jdoerfert, sdesmalen, simoll
Subscribers: kristof.beyls, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70089
More information about the All-commits
mailing list