[all-commits] [llvm/llvm-project] 222440: Add lowering of STRICT_FSETCC and STRICT_FSETCCS
john-brawn-arm via All-commits
all-commits at lists.llvm.org
Thu Jan 30 02:41:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2224407ef5baf6100fa22420feb4d25af1a9493f
https://github.com/llvm/llvm-project/commit/2224407ef5baf6100fa22420feb4d25af1a9493f
Author: John Brawn <john.brawn at arm.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
A llvm/test/CodeGen/AArch64/fp-intrinsics.ll
Log Message:
-----------
Add lowering of STRICT_FSETCC and STRICT_FSETCCS
These become STRICT_FCMP and STRICT_FCMPE, which then get selected to the
corresponding FCMP and FCMPE instructions, though the handling from there on
isn't fully correct as we don't model reads and writes to FPCR and FPSR.
Differential Revision: https://reviews.llvm.org/D73368
More information about the All-commits
mailing list