[clang] [clang][bytecode] Start implementing __builtin_bit_cast (PR #112126)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 06:39:49 PDT 2024


Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>,
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/112126 at github.com>


https://github.com/AaronBallman commented:

This generally LGTM, but I'd like to see some tests for slightly more complicated situations, such as derived classes, classes with reference members, bitcasting a class with a virtual function, bitcasting a class with a virtual base, etc.

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


More information about the cfe-commits mailing list