[all-commits] [llvm/llvm-project] 3239b5: [FPEnv] Add pragma FP_CONTRACT support under stric...
Pengfei Wang via All-commits
all-commits at lists.llvm.org
Tue Jan 28 04:44:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3239b5034ee97b63572e61713b15be8444eeab25
https://github.com/llvm/llvm-project/commit/3239b5034ee97b63572e61713b15be8444eeab25
Author: Wang, Pengfei <pengfei.wang at intel.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/test/CodeGen/constrained-math-builtins.c
M llvm/docs/LangRef.rst
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/IR/ConstrainedOps.def
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/test/CodeGen/X86/fp-intrinsics-fma.ll
Log Message:
-----------
[FPEnv] Add pragma FP_CONTRACT support under strict FP.
Summary: Support pragma FP_CONTRACT under strict FP.
Reviewers: craig.topper, andrew.w.kaylor, uweigand, RKSimon, LiuChen3
Subscribers: hiraditya, jdoerfert, cfe-commits, llvm-commits, LuoYuanke
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D72820
More information about the All-commits
mailing list