[all-commits] [llvm/llvm-project] d717b3: [mlir][bytecode] Fix typo in DenseElementsAttr.
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Mon May 8 04:45:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d717b3d987dfbcecfe8f9a9d570884eac4d6248f
https://github.com/llvm/llvm-project/commit/d717b3d987dfbcecfe8f9a9d570884eac4d6248f
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M mlir/include/mlir/IR/BuiltinDialectBytecode.td
M mlir/test/Bytecode/general.mlir
Log Message:
-----------
[mlir][bytecode] Fix typo in DenseElementsAttr.
Was incorrectly marked as DenseIntElementsAttr (only used for
SparseElementsAttr).
More information about the All-commits
mailing list