[PATCH] D89246: [SVE] Remove aarch64_sve_vector_pcs attribute
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 08:43:32 PDT 2020
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, efriedma, paulwalker-arm, thegameg.
Herald added subscribers: psnobl, dexonsmith, steven_wu, hiraditya, kristof.beyls, tschuett, qcolombet.
Herald added a project: LLVM.
c-rhodes requested review of this revision.
The attribute is unnecessary because what it implies is handled by the C
calling convention (default).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89246
Files:
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLToken.h
llvm/lib/IR/AsmWriter.cpp
llvm/test/CodeGen/AArch64/arm64-darwin-cc.ll
llvm/test/CodeGen/AArch64/framelayout-sve-calleesaves-fix.mir
llvm/test/CodeGen/AArch64/framelayout-sve.mir
llvm/test/CodeGen/AArch64/spillfill-sve.mir
llvm/test/CodeGen/AArch64/sve-calling-convention-byref.ll
llvm/test/CodeGen/AArch64/sve-calling-convention.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89246.297602.patch
Type: text/x-patch
Size: 13729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201012/541078f9/attachment.bin>
More information about the llvm-commits
mailing list