[all-commits] [llvm/llvm-project] 30f30e: [PowerPC] Fix the none tail call in scalar MASS co...
Masoud Ataei Jaliseh via All-commits
all-commits at lists.llvm.org
Tue Mar 8 09:02:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30f30e1c12fa7397338494f7b9938f21fc22961a
https://github.com/llvm/llvm-project/commit/30f30e1c12fa7397338494f7b9938f21fc22961a
Author: Masoud Ataei <msd.ataei at gmail.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
A llvm/test/CodeGen/PowerPC/lower-intrinsics-afn-mass_notail.ll
A llvm/test/CodeGen/PowerPC/lower-intrinsics-fast-mass_notail.ll
Log Message:
-----------
[PowerPC] Fix the none tail call in scalar MASS conversion
This patch is proposing a fix for patch https://reviews.llvm.org/D101759
on none tail call math function conversion to MASS call.
Differential: https://reviews.llvm.org/D121016
reviewer: @nemanjai
More information about the All-commits
mailing list