llvm-capstone/mlir/test
Tobias Gysi 7e54ae24d8
[mlir][llvm] Do not inline variadic functions (#77241)
This revision updates the llvm dialect inliner to explicitly disallow
the inlining of variadic functions. Already previously the inlining
failed if the number of function arguments did not match the number of
call arguments. After the change, inlining checks the function is not
variadic and it does not contain a va_start intrinsic.
2024-01-08 08:30:10 +01: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][spirv] Use assemblyFormat to define atomic op assembly (#76323) 2024-01-06 19:55:55 -08:00
Dialect [mlir][llvm] Do not inline variadic functions (#77241) 2024-01-08 08:30:10 +01:00
Examples [mlir][TD] Fix the order of return handles (#76929) 2024-01-04 12:54:16 +00:00
Integration [mlir][gpu] Improve gpu-lower-to-nvvm-pipeline Documentation (#77062) 2024-01-05 12:51:25 +01:00
Interfaces [mlir] use TypeSize and uint64_t in DataLayout (#72874) 2023-11-21 16:12:27 +01:00
IR [MLIR] Support interrupting AffineExpr walks (#74792) 2024-01-05 06:35:22 +05:30
lib [MLIR] Support interrupting AffineExpr walks (#74792) 2024-01-05 06:35:22 +05:30
mlir-cpu-runner [mlir][math] Added math.sinh with expansions to math.exp (#75517) 2023-12-15 11:35:40 -08: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][Linalg] NFC - Retire LinalgToLLVM pass 2023-07-26 20:26:07 +02:00
mlir-pdll [MLIR][PDL] Add PDLL support for negated native constraints 2023-09-01 23:12:16 +00:00
mlir-pdll-lsp-server [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
mlir-query [mlir][mlir-query] Introduce mlir-query tool with autocomplete support 2023-10-13 14:03:27 -07:00
mlir-reduce [mlir-reduce] Create proper tmp test files (NFC) 2023-03-01 13:22:19 +01:00
mlir-spirv-cpu-runner [mlir] #include CRunnerUtils.h instead of RunnerUtils.h in SPIRV-runner 2023-06-21 10:11:46 +02:00
mlir-tblgen add prop-dict support for custom directive for mlir-tblgen (#77061) 2024-01-05 12:37:24 +01: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][python] add MemRefTypeAttr attr builder (#76371) 2024-01-06 16:42:14 -06:00
Rewrite [MLIR][PDL] Add Bytecode support for negated native constraints 2023-09-11 12:57:41 +00:00
Target [MLIR][LLVM] Add distinct identifier to the DISubprogram attribute (#77093) 2024-01-08 08:25:30 +01:00
tblgen-lsp-server [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
tblgen-to-irdl Reland [mlir][tools] Introduce tblgen-to-irdl tool (#70121) 2023-10-27 14:48:49 +05:30
Transforms [MLIR] Erase location of folded constants (#75415) 2023-12-21 09:54:48 -08:00
Unit [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
APITest.h
CMakeLists.txt [mlir] Add config for PDL (#69927) 2024-01-03 20:37:20 -08:00
lit.cfg.py [MLIR] Enable GPU Dialect to SYCL runtime integration (#71430) 2023-12-05 16:55:24 -05:00
lit.site.cfg.py.in [MLIR] Enable GPU Dialect to SYCL runtime integration (#71430) 2023-12-05 16:55:24 -05:00