diff options
author | Kevin P. Neal <kevin.neal@sas.com> | 2023-07-26 15:48:15 -0400 |
---|---|---|
committer | Kevin P. Neal <kevin.neal@sas.com> | 2023-08-03 09:42:36 -0400 |
commit | b58b7f7c6704f85e91a7a611c9c71014d03f543c (patch) | |
tree | e048e3b9dc87f19fa55b4380acebed8c191add9c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 29dec352124a5fc1dcf03a640c2621496651ee90 (diff) | |
download | llvm-b58b7f7c6704f85e91a7a611c9c71014d03f543c.zip llvm-b58b7f7c6704f85e91a7a611c9c71014d03f543c.tar.gz llvm-b58b7f7c6704f85e91a7a611c9c71014d03f543c.tar.bz2 |
[FPEnv][LibCallsShrinkWrap] Correct strictfp tests.
Correct ShrinkWrap strictfp tests to follow the rules documented
in the LangRef:
https://llvm.org/docs/LangRef.html#constrained-floating-point-intrinsics
These tests needed the strictfp attribute added to function calls.
Since I was here anyway I removed the strictfp attribute from
constrained intrinsic calls. After D154991 the constrained intrinsics
have the strictfp attribute by default so they don't need it here,
but other functions do.
Test changes verified with D146845.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions