llvm-project/mlir/test
Kazu Hirata 5521097190 [mlir] Use std::nullopt instead of None (NFC)
I've verified that every change in this patch affects generated files
and would reduce the number of warnings if None were deprecated.

This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 13:52:46 -08:00
..
Analysis [mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files. 2022-11-28 15:26:30 -08:00
Bytecode [mlir:Bytecode] Add support for encoding resources 2022-09-13 11:39:19 -07:00
CAPI [mlir][AsmPrinter] Allow explicitly disabling debug info 2022-11-18 02:09:57 -08:00
Conversion mlir/TosaToTensor: fix typos in test 2022-12-03 09:57:10 +01:00
Dialect [mlir][affine] Support affine.parallel in the index set analysis 2022-12-04 20:36:48 +09:00
Examples [mlir][standalone] Specify python path when configuring 2022-09-20 15:43:39 -04:00
IR Revert "Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr"" 2022-12-02 15:00:46 +01:00
Integration [mlir][sparse] Breaking up openSparseTensor to better support non-permutations 2022-12-02 11:10:57 -08:00
Interfaces [mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files. 2022-11-28 15:26:30 -08:00
Pass [mlir] Include anchor op in reproducer pipeline string 2022-11-03 11:44:57 -04:00
Rewrite [mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files. 2022-11-28 15:26:30 -08:00
Target [mlir] Cleanup lingering problems surrounding attribute/type aliases 2022-11-30 17:02:54 -08:00
Transforms [mlir][affine] Support affine.parallel in the index set analysis 2022-12-04 20:36:48 +09:00
Unit Resubmit "[MLIR] Remove unused config attributes from lit.site.cfg.py" 2022-09-03 09:02:37 +02:00
lib [mlir][affine] Support affine.parallel in the index set analysis 2022-12-04 20:36:48 +09:00
mlir-cpu-runner Add async_funcs_only option to AsyncToAsyncRuntime pass 2022-11-30 10:27:00 -08:00
mlir-linalg-ods-gen [mlir] Rename getInputs->getDpsInputs and getOutputs->getDpsInits in DPS interface. 2022-10-28 15:41:12 +02:00
mlir-lsp-server [mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checks 2022-07-20 15:43:59 -07:00
mlir-opt [mlir-opt] Add '-p' as an alias for '-pass-pipeline' 2022-11-08 15:17:27 -05:00
mlir-pdll [mlir] Remove support for non-prefixed accessors 2022-12-02 13:32:36 -08:00
mlir-pdll-lsp-server [mlir:PDLL] Add support for inlay hints 2022-06-06 20:20:19 -07:00
mlir-reduce [mlir] Fix test failure with invalid piping syntax on old bash 2022-10-07 09:29:49 +09:00
mlir-spirv-cpu-runner [mlir][spirv] Allow controlling subgroup size 2022-11-30 12:34:09 -05:00
mlir-tblgen [mlir] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:46 -08:00
mlir-translate [mlir][NFC] Update textual references of `func` to `func.func` in tool/runner tests 2022-04-20 22:17:30 -07:00
mlir-vulkan-runner [mlir][spirv] Allow controlling subgroup size 2022-11-30 12:34:09 -05:00
python [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform 2022-11-25 09:43:30 +01:00
tblgen-lsp-server [TableGen:LSP] Resolve "go-to-def" on a let field to the base definition 2022-09-27 23:48:16 -07:00
APITest.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
CMakeLists.txt [mlir][sve] Canonicalise MLIR_RUN_ARM_SVE_TESTS 2022-10-28 21:13:43 +00:00
lit.cfg.py [mlir] add OperationType to the Transform dialect 2022-10-11 09:55:19 +00:00
lit.site.cfg.py.in [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator. 2022-11-22 17:30:24 +08:00