[llvm] [TLI] Add mappings to SLEEF/ArmPL libcall variants taking linear argu… (PR #76060)
Alexandros Lamprineas via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 27 08:25:48 PST 2023
================
@@ -504,7 +504,8 @@ void VPWidenCallRecipe::execute(VPTransformState &State) {
for (unsigned Part = 0; Part < State.UF; ++Part) {
SmallVector<Type *, 2> TysForDecl;
// Add return type if intrinsic is overloaded on it.
- if (isVectorIntrinsicWithOverloadTypeAtArg(VectorIntrinsicID, -1)) {
+ if (isVectorIntrinsicWithOverloadTypeAtArg(VectorIntrinsicID, -1) &&
----------------
labrinea wrote:
This fix has been moved to a separate PR as suggested: #76274
https://github.com/llvm/llvm-project/pull/76060
More information about the llvm-commits
mailing list