summaryrefslogtreecommitdiff
path: root/mlir/lib/Interfaces
AgeCommit message (Expand)Author
2025-11-20[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ValueBoundsOpInterfa...Mehdi Amini
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-11-06[mlir] Introduce AlignmentAttrOpInterface to expose MaybeAlign (#161440)jiang1997
2025-11-06[mlir] Use LDBG to replace LLVM_DEBUG (NFC) (#166733)lonely eagle
2025-11-05[mlir] [NFC] Remove stray debug statement (#166696)Jeremy Kun
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini
2025-10-14Reland "[mlir] Add strided metadata range dataflow analysis" (#163403)" (#163...Fabian Mora
2025-10-14Revert "[mlir] Add strided metadata range dataflow analysis" (#163403)Fabian Mora
2025-10-14[mlir] Add strided metadata range dataflow analysis (#161280)Fabian Mora
2025-10-08[MLIR] Reuse AsmState to enable fast generate-runtime-verification pass; add ...Hanchenng Wu
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski
2025-10-01[MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization...Mehdi Amini
2025-09-24[mlir] Implement a memory-space cast bubbling-down transform (#159454)Fabian Mora
2025-09-12[MLIR] Add `InParallelOpInterface` for parallel combining operations (#157736)Alan Li
2025-09-11[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Valu...Mehdi Amini
2025-09-10[MLIR] Remove CopyOpInterface (#157711)Mehdi Amini
2025-09-01[MLIR] Apply clang-tidy fixes for readability-simplify-boolean-expr in ValueB...Mehdi Amini
2025-08-20[mlir][Interfaces] Add `hasUnknownEffects` helper function (#154523)Matthias Springer
2025-08-17[mlir][InferIntRangeCommon] Fix Division by Zero Crash (#151637)Veera
2025-07-20[mlir] ViewLikeInterface - verify ranks in verifyOffsetSizeAndStrideOp (#147926)Maya Amrami
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2025-07-14[MLIR][Interfaces] Remove negative branch weight verifier (#148234)Christian Ulmann
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-06-24[mlir][Interface] Factor out common IndexingMapOpInterface behavior in a new ...Nicolas Vasilache
2025-06-23[mlir][affine|ValueBounds] Add transform to simplify affine min max ops with ...Fabian Mora
2025-06-21[mlir] Migrate away from ArrayRef(std::nullopt) (NFC) (#145140)Kazu Hirata
2025-06-17[mlir][flang] Added Weighted[Region]BranchOpInterface's. (#142079)Slava Zakharin
2025-06-05[mlir] Directly call ShapedType::isDynamic without lambdas (NFC) (#142994)Kazu Hirata
2025-05-28[MLIR][LLVM][DLTI] Handle data layout token 'n32:64' (#141299)Bruno Cardoso Lopes
2025-05-23[MLIR][LLVM][DLTI] Handle data layout token 'Fn32' (#141167)Bruno Cardoso Lopes
2025-05-06[mlir] Remove unused local variables (NFC) (#138642)Kazu Hirata
2025-04-22[mlir] Avoid doublespace in error (NFC). (#136560)Jacques Pienaar
2025-04-19[mlir] Clean up prints with `llvm::interleaved`. NFC. (#136468)Jakub Kuderski
2025-04-10[mlir][DataLayout] Keep consistent input/output order (#135185)darkbuck
2025-03-28[mlir] IntegerRangeAnalysis: return initialized state for noninteger values (...Jeff Niu
2025-03-24[mlir][tensor] Fix slice canonicalizer for out-of-bounds cases (#132534)Matthias Springer
2025-03-11[mlir][DataLayout] Add a default memory space entry to the data layout. (#127...Fabian Mora
2025-03-06[mlir][nfc] De-duplicate tests from `Type::isIntOrFloat` (#129710)Andrzej WarzyƄski
2025-03-05[MLIR][DLTI] Add mangling style (#125875)Guojin
2025-02-19[mlir][integer-range-analysis] expose helpers in header and fix ConstantIntRa...Maksim Levental
2025-02-19[mlir] Fix FunctionOpInterface impl for external func (#124693)Hongren Zheng
2025-02-11Revert "[mlir] Enable LICM for ops with only read side effects in scf.for" (#...Hongtao Yu
2025-02-11[mlir] Enable LICM for ops with only read side effects in scf.for (#120302)Arda Unal
2025-02-03[mlir] add missing dependency to libMLIRFunctionInterfaces after #123176 (#12...jeanPerier
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier
2025-01-29[mlir][IntRangeInference] Infer values for {memref,tensor}.dim (#122945)Krzysztof Drewniak
2025-01-27[mlir][Tensor] Rework `ReifyRankedShapedTypeInterface` implementation for `te...MaheshRavishankar
2025-01-25Hold a queue of iterator ranges (not operations) in wouldOpBeTriviallyDead (#...Adam Paszke