llvm-capstone/mlir/tools
Billy Zhu 595d780b49
[MLIR][ODS] Check hasProperties when generating populateDefaultAttrs (#78525)
Currently ODS generates `populateDefaultAttrs` or
`populateDefaultProperties` based on whether the dialect opted into
usePropertiesForAttributes. But since individual ops might get opted
into using properties (as long as it has one property), it should
actually just check whether the op itself uses properties. Otherwise
`populateDefaultAttrs` will overwrite existing attrs inside properties
when creating an op. Understandably this becomes moot once everything
switches over to using properties, but this fixes it for now.

This PR makes ODS generate `populateDefaultProperties` as long as the op
itself uses properties.
2024-01-18 21:57:20 -08:00
..
mlir-cpu-runner [mlir-cpu-runner] Add export_executable_symbols in CMake 2023-04-07 14:40:57 +00:00
mlir-linalg-ods-gen [mlir][Interfaces] DestinationStyleOpInterface: Rename hasTensor/BufferSemantics (#77574) 2024-01-12 10:02:54 +01:00
mlir-lsp-server [mlir] Add config for PDL (#69927) 2024-01-03 20:37:20 -08:00
mlir-opt [mlir][TilingInterface] Move TilingInterface tests to use transform dialect ops. (#77204) 2024-01-11 21:31:03 -08:00
mlir-parser-fuzzer [mlir] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 22:58:30 -08:00
mlir-pdll [cmake] Fix tablegen exports 2022-08-16 14:17:23 +02:00
mlir-pdll-lsp-server [cmake] Don't export LLVM_TOOLS_INSTALL_DIR anymore 2022-07-21 19:04:00 +00:00
mlir-query [mlir][mlir-query] Introduce mlir-query tool with autocomplete support 2023-10-13 14:03:27 -07:00
mlir-reduce [cmake] Don't export LLVM_TOOLS_INSTALL_DIR anymore 2022-07-21 19:04:00 +00:00
mlir-shlib
mlir-spirv-cpu-runner Remove the opaque pointers flag from tools 2023-10-30 12:58:24 +01:00
mlir-tblgen [MLIR][ODS] Check hasProperties when generating populateDefaultAttrs (#78525) 2024-01-18 21:57:20 -08:00
mlir-translate Revert "Revert "[MLIR] Move builtin.module LLVM IR translation to before nested operations"" 2023-09-04 11:35:59 +01:00
mlir-vulkan-runner [mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367) 2023-12-27 10:32:21 -05:00
tblgen-lsp-server [cmake] Don't export LLVM_TOOLS_INSTALL_DIR anymore 2022-07-21 19:04:00 +00:00
tblgen-to-irdl Reland [mlir][tools] Introduce tblgen-to-irdl tool (#70121) 2023-10-27 14:48:49 +05:30
CMakeLists.txt Reland [mlir][tools] Introduce tblgen-to-irdl tool (#70121) 2023-10-27 14:48:49 +05:30