diff options
author | Ivan Butygin <ivan.butygin@gmail.com> | 2024-11-20 18:12:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 20:12:33 +0300 |
commit | 0733f384142b02558b80b3e9a4633dc4d202a14b (patch) | |
tree | 00c50e0fc4875e416838389c936db23351e2670d /llvm/lib/Bitcode | |
parent | 81c2024311ab1f0a30c73df8d0957b86c5dac282 (diff) | |
download | llvm-0733f384142b02558b80b3e9a4633dc4d202a14b.zip llvm-0733f384142b02558b80b3e9a4633dc4d202a14b.tar.gz llvm-0733f384142b02558b80b3e9a4633dc4d202a14b.tar.bz2 |
[mlir][int-range] Limit xor int range inference to i1 (#116968)
Fixes https://github.com/llvm/llvm-project/issues/82168
`intrange::inferXor` was incorrectly handling ranges for widths > i1
(see example in code). Limit it to i1 for now. For bigger widths it will
return maxRange.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions