[libc-commits] [libc] [libc] Add bigint casting between word types (PR #111914)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Oct 14 13:27:44 PDT 2024


================
@@ -927,4 +928,143 @@ TEST(LlvmLibcUIntClassTest, OtherWordTypeTests) {
   ASSERT_EQ(static_cast<int>(a >> 64), 1);
 }
 
+TEST(LlvmLibcUIntClassTest, OtherWordTypeCastTests) {
----------------
michaelrj-google wrote:

I've added a static assert.

https://github.com/llvm/llvm-project/pull/111914


More information about the libc-commits mailing list