[all-commits] [llvm/llvm-project] 920dae: [mlir][SubElements] Remove the ability to override...
River Riddle via All-commits
all-commits at lists.llvm.org
Mon Jan 30 22:55:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 920daed78398efa8ed979de85564454e60d5cc3e
https://github.com/llvm/llvm-project/commit/920daed78398efa8ed979de85564454e60d5cc3e
Author: River Riddle <riddleriver at gmail.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.h
M mlir/include/mlir/IR/AttrTypeSubElements.h
M mlir/include/mlir/IR/StorageUniquerSupport.h
M mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
M mlir/lib/Dialect/LLVMIR/IR/TypeDetail.h
M mlir/test/lib/Dialect/Test/TestTypes.h
Log Message:
-----------
[mlir][SubElements] Remove the ability to override implementations
It's much cleaner and simpler to drive wacky configs via the
AttrTypeSubElementHandler interface, instead of override.
More information about the All-commits
mailing list