aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests/IR/OperationSupportTest.cpp
AgeCommit message (Expand)AuthorFilesLines
7 days[mlir][NFC] update `mlir/Dialect` create APIs (30/n) (#150643)Maksim Levental1-6/+6
2025-07-18[mlir] Deprecate NamedAttrList(std::nullopt_t) (NFC) (#149544)Kazu Hirata1-2/+2
2025-06-26[mlir] Migrate away from std::nullopt (NFC) (#145842)Kazu Hirata1-12/+11
2025-06-24[mlir] Migrate away from {TypeRange,ValueRange}(std::nullopt) (NFC) (#145445)Kazu Hirata1-3/+3
2025-06-20[mlir] Migrate away from ArrayRef(std::nullopt) (NFC) (#144989)Kazu Hirata1-3/+2
2025-06-04[mlir]: Added properties/attributes ignore flags to OperationEquivalence (#14...Aviad Cohen1-0/+25
2025-06-01Revert "[mlir]: Added properties/attributes ignore flags to OperationEquivale...Vitaly Buka1-25/+0
2025-06-01Revert "Fixed wrong check OperationEquivalenceTest.HashWorksWithFlags" (#142318)Vitaly Buka1-2/+2
2025-05-30Fixed wrong check OperationEquivalenceTest.HashWorksWithFlags (#142210)Aviad Cohen1-2/+2
2025-05-30[mlir]: Added properties/attributes ignore flags to OperationEquivalence (#14...Aviad Cohen1-0/+25
2025-03-03[mlir] Add use nameloc to OpPrintingFlags (#129584)Jacques Pienaar1-0/+20
2025-01-16Revert "[mlir] Make single value `ValueRange`s memory safer" (#123187)Emilio Cota1-17/+0
2025-01-15[mlir] Make single value `ValueRange`s memory safer (#121996)Markus Böck1-0/+17
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu1-0/+1
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in OperationSupportTest.cpp (NFC)Mehdi Amini1-2/+2
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini1-1/+1
2023-06-28[mlir][IR] Combine location hash if required in OperationEquivalence::compute...Hideto Ueno1-0/+22
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-3/+3
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini1-3/+3
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-3/+3
2022-12-03[mlir/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-13/+14
2022-08-22[mlir] Populate default attributes on op creationJacques Pienaar1-2/+1
2022-07-13[mlir] Use has_value instead of hasValue (NFC)Kazu Hirata1-2/+2
2022-07-08[mlir] Add method to populate default attributesJacques Pienaar1-0/+19
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-02-17[mlir] NFC NamedAttrList append with StringAttrMogball1-1/+1
2022-01-26[mlir][NFC] Add a using for llvm::BitVector to LLVM.hRiver Riddle1-1/+1
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini1-2/+2
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini1-1/+1
2021-11-18[mlir] Convert NamedAttribute to be a classRiver Riddle1-8/+8
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle1-4/+4
2021-10-29[mlir][NFC] Fix leak in unit testVladislav Vinogradov1-0/+2
2021-10-19[mlir] fix bugs with NamedAttrListMogball1-0/+44
2021-10-12[mlir] Allow to use vformat utility with MLIR classesVladislav Vinogradov1-0/+11
2021-03-09[mlir][IR] Add an Operation::eraseOperands that supports batch erasureRiver Riddle1-0/+32
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle1-1/+1
2020-10-24Remove global dialect registrationMehdi Amini1-5/+5
2020-10-23Revert "Remove global dialect registration"Mehdi Amini1-5/+5
2020-10-23Remove global dialect registrationMehdi Amini1-5/+5
2020-10-09[mlir] Fix bug in computing operation orderJames Molloy1-2/+35
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini1-4/+4
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+4
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-4/+4
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+4
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-4/+4
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+4
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini1-4/+4
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+4
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini1-4/+4