[all-commits] [llvm/llvm-project] 354542: [mlir][CAPI] Expose [u]int8 DenseElementsAttr.
Sean Silva via All-commits
all-commits at lists.llvm.org
Wed May 19 13:42:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35454268cf93f5561439980d6baeb27a874a380c
https://github.com/llvm/llvm-project/commit/35454268cf93f5561439980d6baeb27a874a380c
Author: Sean Silva <silvasean at google.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/test/CAPI/ir.c
Log Message:
-----------
[mlir][CAPI] Expose [u]int8 DenseElementsAttr.
Also, fix a small typo where the "unsigned" splat variants were not
being created with an unsigned type.
Differential Revision: https://reviews.llvm.org/D102797
More information about the All-commits
mailing list