[clang][Interp][NFC] Add a TODO comment
We can ignore casts where FromT and ToT are the same type. But that's a performance optimization that I'd like to do later. For now, this code is doing the right thing.
Loading
Please sign in to comment
We can ignore casts where FromT and ToT are the same type. But that's a performance optimization that I'd like to do later. For now, this code is doing the right thing.