[PATCH] D122381: [NVPTX] Remove code duplication in LowerCall
Daniil Kovalev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 04:17:59 PDT 2022
kovdan01 created this revision.
kovdan01 added reviewers: tra, jholewinski, jlebar.
Herald added subscribers: asavonic, hiraditya.
Herald added a project: All.
kovdan01 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
In D120129 <https://reviews.llvm.org/D120129> we enhanced vectorization options of byval parameters. This patch
removes code duplication when handling byval and non-byval cases.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122381
Files:
llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122381.417879.patch
Type: text/x-patch
Size: 14022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220324/7b135bd2/attachment.bin>
More information about the llvm-commits
mailing list