[all-commits] [llvm/llvm-project] 5bf86d: [NVPTX] Remove code duplication in LowerCall
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Fri Mar 25 02:43:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bf86d9e88fa841f5f50f4b8e3b337191691a45d
https://github.com/llvm/llvm-project/commit/5bf86d9e88fa841f5f50f4b8e3b337191691a45d
Author: Daniil Kovalev <daniil at kovalev.website>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
Log Message:
-----------
[NVPTX] Remove code duplication in LowerCall
In D120129 we enhanced vectorization options of byval parameters. This patch
removes code duplication when handling byval and non-byval cases.
Differential Revision: https://reviews.llvm.org/D122381
More information about the All-commits
mailing list