[all-commits] [llvm/llvm-project] 1324bb: [PowerPC] Fix issue with strict float to int conve...
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Wed Jan 19 08:57:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1324bb29f7ce9d29b82c66cb744ff41b5d3a00e5
https://github.com/llvm/llvm-project/commit/1324bb29f7ce9d29b82c66cb744ff41b5d3a00e5
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
A llvm/test/CodeGen/PowerPC/aix-fptoint.ll
Log Message:
-----------
[PowerPC] Fix issue with strict float to int conversion.
When doing the float to int conversion the strict conversion also needs to
retun a chain. This patch fixes that.
Reviewed By: nemanjai, #powerpc, qiucf
Differential Revision: https://reviews.llvm.org/D117464
More information about the All-commits
mailing list