[all-commits] [llvm/llvm-project] d3ddcf: [mlir][DialectUtils] Generalize `extractFromI64Arr...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jul 12 09:04:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3ddcfd448d08699e89b8e49e1775f9e30fcc53a
https://github.com/llvm/llvm-project/commit/d3ddcfd448d08699e89b8e49e1775f9e30fcc53a
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Utils/StaticValueUtils.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
M mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
Log Message:
-----------
[mlir][DialectUtils] Generalize `extractFromI64ArrayAttr` helper
Generalize `extractFromI64ArrayAttr` to `extractFromIntegerArrayAttr`, so that arbitrary integer/bool types can be extracted.
Differential Revision: https://reviews.llvm.org/D154974
More information about the All-commits
mailing list