[PATCH] D141765: [FPEnv] Fix complex operations in strictfp mode
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 17 14:12:19 PST 2023
arsenm added inline comments.
================
Comment at: clang/test/CodeGen/complex-strictfp.c:8-9
// Include rounding metadata in the testing.
-// FIXME: All cases of "fpexcept.maytrap" in this test are wrong.
-// FIXME: All cases of "round.tonearest" in this test are wrong.
+// All cases of "fpexcept.maytrap" in this test are wrong.
+// All cases of "round.tonearest" in this test are wrong.
----------------
So the tests are wrong but should no longer be fixed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141765/new/
https://reviews.llvm.org/D141765
More information about the cfe-commits
mailing list