[all-commits] [llvm/llvm-project] 9a621d: [X86] Adding fp128 support for strict fcmp
Pengfei Wang via All-commits
all-commits at lists.llvm.org
Tue Jan 7 21:15:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9a621de1ecadf668886a7caf743f6283d1c709e2
https://github.com/llvm/llvm-project/commit/9a621de1ecadf668886a7caf743f6283d1c709e2
Author: Wang, Pengfei <pengfei.wang at intel.com>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
Log Message:
-----------
[X86] Adding fp128 support for strict fcmp
Summary: Adding fp128 support for strict fcmp
Reviewers: craig.topper, LiuChen3, andrew.w.kaylor, RKSimon, uweigand
Subscribers: hiraditya, llvm-commits, LuoYuanke
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71897
More information about the All-commits
mailing list