summaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/DataFlow/IntegerRangeAnalysis.cpp
AgeCommit message (Expand)Author
2025-09-12[mlir][Intrange] Fix materializing ShapedType constant values (#158359)Jeff Niu
2025-08-23[MLIR] Adopt LDBG() in IntegerRangeAnalysis.cpp (NFC) (#155094)Mehdi Amini
2025-02-19[mlir][integer-range-analysis] expose helpers in header and fix ConstantIntRa...Maksim Levental
2025-02-12[mlir] [DataFlow] Fix bug in int-range-analysis (#126708)donald chen
2024-12-14[DataFlow] Migrate away from PointerUnion::{is,get} (NFC) (#119950)Kazu Hirata
2024-11-01[mlir] IntegerRangeAnalysis: add support for vector type (#112292)Ivan Butygin
2024-10-11[mlir] [dataflow] unify semantics of program point (#110344)donald chen
2024-08-25[mlir] [dataflow] Refactoring the definition of program points in data flow a...donald chen
2024-08-22[mlir][dataflow] Propagate errors from `visitOperation` (#105448)Ivan Butygin
2024-06-24[mlir][intrange] Fix inference of zero-trip loop bound (#96429)Felix Schneider
2024-05-28[mlir][dataflow] Fix for integer range analysis propagation bug (#93199)Spenser Bauman
2023-12-11[MLIR][IntegerRangeAnalysis] Avoid crash reached when loop bound is uninitial...Victor Perez
2023-11-13[IntegerRangeAnalysis] remove constraint on integer-typed results (#72007)Jeremy Kun
2023-10-28Apply clang-tidy fixes for misc-include-cleaner in IntegerRangeAnalysis.cpp (...Mehdi Amini
2023-07-27[mlir] NFC: rename XDataFlowAnalysis to XForwardDataFlowAnalysisAlex Zinenko
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-02-16[mlir] Add check for value that might be null.jacquesguan
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2023-01-10[mlir] Avoid crash of UnsignedWhenEquivalent for no integer type.jacquesguan
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-09-08[mlir][dataflow] Remove Lattice::isUninitialized().Zhixun Tan
2022-08-29[mlir][dataflow] Consolidate AbstractSparseLattice::markPessimisticFixpoint()...Zhixun Tan
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata
2022-07-13[mlir] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-07[mlir] Swap integer range inference to the new frameworkMogball