llvm-capstone/mlir/test
Xiangxi Guo (Ryan) c17aa14f4c
[mlir][index] Fold cmp(x, x) when x isn't a constant (#78812)
Such cases show up in the middle of optimizations passes, e.g., after
some rewrites and then CSE. The current folder can fold such cases when
the inputs are constant; this patch improves it to fold even if the
inputs are non-constant.
2024-01-19 15:54:33 -08:00
..
Analysis [mlir][dataflow]Fix dense backward dataflow intraprocedural hook (#76865) 2024-01-04 10:28:12 +01:00
Bytecode [mlir][bytecode] Add bytecode writer config API to skip serialization of resources (#71991) 2023-11-13 12:59:30 -06:00
CAPI [mlir][CAPI] Add mlirOpOperandGetValue (#75032) 2023-12-11 12:32:21 +01:00
Conversion [mlir][complex] Convert complex.tan to libm ctan call (#78250) 2024-01-18 12:21:19 +09:00
Dialect [mlir][index] Fold cmp(x, x) when x isn't a constant (#78812) 2024-01-19 15:54:33 -08:00
Examples [mlir] introduce debug transform dialect extension (#77595) 2024-01-12 13:24:02 +01:00
Integration [mlir][sparse] add a 3-d block and fiber test (#78529) 2024-01-18 07:52:42 -08:00
Interfaces [mlir][Linalg] Change linalg.transpose to use the output indexing map as identity. (#77951) 2024-01-12 14:17:51 -08:00
IR [mlir] Add op printing flag to skip regions (#77726) 2024-01-11 17:52:41 -05:00
lib [mlir][transform] Add an op for replacing values with function calls (#78398) 2024-01-19 13:21:52 -05:00
mlir-cpu-runner Reland [mlir][ExecutionEngine] Add support for global constructors and destructors #78070 (#78170) 2024-01-15 12:10:14 -05:00
mlir-linalg-ods-gen [mlir][Interfaces] Clean up DestinationStyleOpInterface (#67015) 2023-09-21 18:04:08 +02:00
mlir-lsp-server [mlir][lsp] Add LSP support for attribute and type aliases 2023-08-25 05:50:25 +00:00
mlir-opt
mlir-pdll [MLIR][PDL] Add PDLL support for negated native constraints 2023-09-01 23:12:16 +00:00
mlir-pdll-lsp-server
mlir-query [mlir][mlir-query] Introduce mlir-query tool with autocomplete support 2023-10-13 14:03:27 -07:00
mlir-reduce
mlir-spirv-cpu-runner
mlir-tblgen [MLIR][ODS] Check hasProperties when generating populateDefaultAttrs (#78525) 2024-01-18 21:57:20 -08:00
mlir-translate [MLIR] Add DIExpression to LLVM dialect (#72462) 2023-11-16 11:32:02 -08:00
mlir-vulkan-runner [mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367) 2023-12-27 10:32:21 -05:00
Pass [mlir][Pass] Enable the option for reproducer generation without crashing (#75421) 2024-01-03 12:36:43 -05:00
python [mlir][arith] Add overflow flags support to arith ops (#78376) 2024-01-17 06:12:23 +03:00
Rewrite [MLIR][PDL] Add Bytecode support for negated native constraints 2023-09-11 12:57:41 +00:00
Target [MLIR][OpenMP] Better error reporting for unsupported nowait (#78551) 2024-01-19 16:47:24 +01:00
tblgen-lsp-server
tblgen-to-irdl Reland [mlir][tools] Introduce tblgen-to-irdl tool (#70121) 2023-10-27 14:48:49 +05:30
Transforms [mlir] allow inlining complex ops (#77514) 2024-01-10 09:23:36 -08:00
Unit
APITest.h
CMakeLists.txt [mlir] add a chapter on matchers to the transform dialect tutorial (#76725) 2024-01-09 13:19:41 +01:00
lit.cfg.py [mlir] add a chapter on matchers to the transform dialect tutorial (#76725) 2024-01-09 13:19:41 +01:00
lit.site.cfg.py.in [MLIR] Enable GPU Dialect to SYCL runtime integration (#71430) 2023-12-05 16:55:24 -05:00