[PATCH] D101253: Intel SVML calling conventions
Ivan Butygin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 25 06:53:34 PDT 2021
Hardcode84 created this revision.
Herald added subscribers: dexonsmith, pengfei, steven_wu, hiraditya.
Hardcode84 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is CC related part, extracted from https://reviews.llvm.org/D47188 without accuracy handling part (which will be done as separate review).
Also, SVML CC is splitted into 3 different CC which are selected based on function vector length instead if global compilation settings.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101253
Files:
llvm/include/llvm/Analysis/TargetLibraryInfo.h
llvm/include/llvm/IR/CallingConv.h
llvm/lib/Analysis/TargetLibraryInfo.cpp
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLToken.h
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/Verifier.cpp
llvm/lib/Target/X86/X86CallingConv.td
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86RegisterInfo.cpp
llvm/lib/Target/X86/X86Subtarget.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/X86/svml-calls-finite.ll
llvm/test/Transforms/LoopVectorize/X86/svml-calls.ll
llvm/utils/vim/syntax/llvm.vim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101253.340355.patch
Type: text/x-patch
Size: 34624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210425/84d29047/attachment.bin>
More information about the llvm-commits
mailing list