[all-commits] [llvm/llvm-project] 14124c: [mlir][NFC] Split MlirQuant into proper IR/Utils/T...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Feb 3 10:55:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14124c30253600043eec74651faabccb06ac5627
https://github.com/llvm/llvm-project/commit/14124c30253600043eec74651faabccb06ac5627
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M mlir/lib/Dialect/Quant/CMakeLists.txt
A mlir/lib/Dialect/Quant/IR/CMakeLists.txt
A mlir/lib/Dialect/Quant/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Quant/Utils/CMakeLists.txt
M mlir/lib/Dialect/Tosa/CMakeLists.txt
M mlir/lib/Dialect/Tosa/Transforms/CMakeLists.txt
M mlir/test/lib/Dialect/Tosa/CMakeLists.txt
M mlir/unittests/Dialect/Quant/CMakeLists.txt
Log Message:
-----------
[mlir][NFC] Split MlirQuant into proper IR/Utils/Transforms libraries
This matches the structure of other dialects, and also removes
unnecessary dependencies from the core dialect lib.
More information about the All-commits
mailing list