[all-commits] [llvm/llvm-project] 61ede3: [CodeGen] Expand float operand for STRICT_FSETCC/S...
QingShan Zhang via All-commits
all-commits at lists.llvm.org
Mon Aug 10 22:55:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61ede38da0c4760e0824dc38c96e95a1c81d4eb1
https://github.com/llvm/llvm-project/commit/61ede38da0c4760e0824dc38c96e95a1c81d4eb1
Author: QingShan Zhang <qshanz at cn.ibm.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/test/CodeGen/PowerPC/fp-strict-fcmp.ll
Log Message:
-----------
[CodeGen] Expand float operand for STRICT_FSETCC/STRICT_FSETCCS
This patch is the continue work of https://reviews.llvm.org/D69281
to implement the way that expands STRICT_FSETCC/STRICT_FSETCCS.
Reviewed By: uweigand
Differential Revision: https://reviews.llvm.org/D81906
More information about the All-commits
mailing list