[all-commits] [llvm/llvm-project] 96400a: Recommit "[FPEnv][X86] Platform-specific builtin c...
topperc via All-commits
all-commits at lists.llvm.org
Thu Feb 6 16:55:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 96400ae2a45c5038ebb4f012f90ffc6dfb30369f
https://github.com/llvm/llvm-project/commit/96400ae2a45c5038ebb4f012f90ffc6dfb30369f
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/avx512f-builtins-constrained.c
A clang/test/CodeGen/fma-builtins-constrained.c
A clang/test/CodeGen/sse-builtins-constrained.c
Log Message:
-----------
Recommit "[FPEnv][X86] Platform-specific builtin constrained FP enablement"
With REQUIRES: x86-register-target added to the tests.
Also remove some unneeded FIXMEs
But add a FIXME for bad IR generation for FMADDSUB/FMSUBADD with
constrained FP.
Original patch by Kevin P. Neal
More information about the All-commits
mailing list