Luke Lau d0df51bc93
[ConstantRange] Allow casting to the same bitwidth. NFC (#170102)
From the review in
https://github.com/llvm/llvm-project/pull/169527#discussion_r2567122387,
there are some users where we want to extend or truncate a ConstantRange
only if it's not already the destination bitwidth. Previously this
asserted, so this PR relaxes it to just be a no-op, similar to
IRBuilder::createZExt and friends.
2025-12-01 19:51:56 +08:00
..