[all-commits] [llvm/llvm-project] 2e667d: [FPEnv][SystemZ] Platform-specific builtin constra...
Kevin P. Neal via All-commits
all-commits at lists.llvm.org
Tue Jan 21 09:45:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e667d07c773f684ea893b9ce5d9b73e9f23b438
https://github.com/llvm/llvm-project/commit/2e667d07c773f684ea893b9ce5d9b73e9f23b438
Author: Kevin P. Neal <kevin.neal at sas.com>
Date: 2020-01-21 (Tue, 21 Jan 2020)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/builtins-systemz-vector-constrained.c
A clang/test/CodeGen/builtins-systemz-vector2-constrained.c
A clang/test/CodeGen/builtins-systemz-zvector-constrained.c
A clang/test/CodeGen/builtins-systemz-zvector2-constrained.c
A clang/test/CodeGen/builtins-systemz-zvector3-constrained.c
Log Message:
-----------
[FPEnv][SystemZ] Platform-specific builtin constrained FP enablement
When constrained floating point is enabled the SystemZ-specific builtins
don't use constrained intrinsics in some cases. Fix that.
Differential Revision: https://reviews.llvm.org/D72722
More information about the All-commits
mailing list