When doing the float to int conversion the strict conversion also needs to
retun a chain. This patch fixes that.
Details
Details
- Reviewers
lei nemanjai qiucf - Group Reviewers
Restricted Project - Commits
- rG1324bb29f7ce: [PowerPC] Fix issue with strict float to int conversion.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | ||
---|---|---|
11188–11189 | This would be simpler represented as N->isStrictFPOpcode(). |
This would be simpler represented as N->isStrictFPOpcode().