[all-commits] [llvm/llvm-project] eeedb1: [FPEnv][X86] Correct one more strictfp test.
Kevin P. Neal via All-commits
all-commits at lists.llvm.org
Mon Apr 8 11:39:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eeedb1e962977caeb699ef9aa714c8878c4d62d2
https://github.com/llvm/llvm-project/commit/eeedb1e962977caeb699ef9aa714c8878c4d62d2
Author: Kevin P. Neal <kevin.neal at sas.com>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M llvm/test/CodeGen/X86/i128-fpconv-win64-strict.ll
Log Message:
-----------
[FPEnv][X86] Correct one more strictfp test.
Correct a strictfp test to follow the rules documented in the
LangRef:
https://llvm.org/docs/LangRef.html#constrained-floating-point-intrinsics
This test needed the strictfp attribute added to some function
definitions. FP wait instructions now appear as a result. The need
for the wait instructions is explained by Andy Kaylor in PR#87791:
https://github.com/llvm/llvm-project/pull/87791
Test changes verified with D146845.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list