[libc-commits] [libc] [libc] Add bigint casting between word types (PR #111914)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Fri Oct 11 15:42:30 PDT 2024
================
@@ -927,4 +928,143 @@ TEST(LlvmLibcUIntClassTest, OtherWordTypeTests) {
ASSERT_EQ(static_cast<int>(a >> 64), 1);
}
+TEST(LlvmLibcUIntClassTest, OtherWordTypeCastTests) {
----------------
michaelrj-google wrote:
I don't think that's useful to test, since that's not a situation that should ever actually come up.
https://github.com/llvm/llvm-project/pull/111914
More information about the libc-commits
mailing list