================
@@ -101,6 +101,7 @@ inline constexpr bool isSignedType(PrimType T) {
enum class CastKind : uint8_t {
Reinterpret,
+ ReinterpretLike,
----------------
ojhunt wrote:
Would `Bitwise` be better than `ReinterpretLike`?
https://github.com/llvm/llvm-project/pull/165385