This patch is the continue work of https://reviews.llvm.org/D69281 to implement the way that expands STRICT_FSETCC/STRICT_FSETCCS.
Details
Details
- Reviewers
uweigand cameron.mcinally craig.topper andrew.w.kaylor kpn kristof.beyls qiucf - Group Reviewers
Restricted Project - Commits
- rG61ede38da0c4: [CodeGen] Expand float operand for STRICT_FSETCC/STRICT_FSETCCS
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
This isn't handling chains correctly. The function needs to collect the output chains of the four separate SetCC operations and return an output chain to the caller.