This patch adds zext, sext, and trunc methods to KnownBits and uses them where possible.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
include/llvm/Support/KnownBits.h | ||
---|---|---|
30 | Add assertion for equal bitwidths? Might not be worth it as its private. |
Add assertion for equal bitwidths? Might not be worth it as its private.