summaryrefslogtreecommitdiff
path: root/mlir/lib/Interfaces/Utils/InferIntRangeCommon.cpp
AgeCommit message (Expand)Author
2025-10-01[MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization...Mehdi Amini
2025-08-17[mlir][InferIntRangeCommon] Fix Division by Zero Crash (#151637)Veera
2025-01-29[mlir][IntRangeInference] Infer values for {memref,tensor}.dim (#122945)Krzysztof Drewniak
2024-12-27[mlir][IntRangeInference] Fix `arith.ceildivsi` range inference when it inclu...Ivan Butygin
2024-11-26[mlir][int-range] Update int range inference for `arith.xori` (#117272)Ivan Butygin
2024-11-20[mlir][int-range] Limit xor int range inference to i1 (#116968)Ivan Butygin
2024-11-15[mlir][IntRangeInference] Handle ceildivsi(INT_MIN, x > 1) as expected (#116284)Krzysztof Drewniak
2024-11-05[MLIR] Fix dangling llvm::function_ref references (#114950)Haojian Wu
2024-10-29[MLIR][Arith] Improve accuracy of `inferDivU` (#113789)goldsteinn
2024-10-03[MLIR] Unconditionally take min of max lhs/rhs value in inferRemU (#110169)goldsteinn
2024-06-20Fix Android build failure in InferIntRangeCommon (#96154)Thomas Preud'homme
2024-05-28[mlir][dataflow] Fix for integer range analysis propagation bug (#93199)Spenser Bauman
2024-05-22[mlir][intrange] Use `nsw`,`nuw` flags in inference (#92642)Felix Schneider
2024-05-13[mlir][intrange] Fix `arith.shl` inference in case of overflow (#91737)Felix Schneider
2023-02-19Use APInt::count{l,r}_{zero,one} (NFC)Kazu Hirata
2023-01-20[mlir][Index] Implement InferIntRangeInterface, re-landKrzysztof Drewniak
2023-01-19Revert "[mlir][Index] Implement InferIntRangeInterface"Krzysztof Drewniak
2023-01-19[mlir][Index] Implement InferIntRangeInterfaceKrzysztof Drewniak