[PATCH] D75237: [APFloat] Overload comparison operators
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 06:03:21 PST 2020
arsenm added inline comments.
================
Comment at: llvm/unittests/ADT/APFloatTest.cpp:4262-4263
APFloat::rmNearestTiesToEven);
- EXPECT_EQ(APFloat::cmpEqual,
- APFloat(APFloat::PPCDoubleDouble(), "10").compare(A));
}
----------------
This should probably be as before, with separate tests for the full range of operators
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75237/new/
https://reviews.llvm.org/D75237
More information about the llvm-commits
mailing list