[clang] [clang][Interp] Fix IntAP(s) to IntAP(s) casts (PR #69915)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 06:25:50 PDT 2023


tbaederr wrote:

This was still `assert(false)`'ed out, it's for casts between two `IntAP`/`IntAPS` expressions.
We can't just short-circuit for `FromT == ToT` because we need to consider the bitwidth when doing the cast.

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


More information about the cfe-commits mailing list