[all-commits] [llvm/llvm-project] f68939: [MLIR] Tighten type constraint on memref.global op...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Sep 15 10:12:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f68939d3d91c3e1b57fba5450fa9146c3dcf5fdc
https://github.com/llvm/llvm-project/commit/f68939d3d91c3e1b57fba5450fa9146c3dcf5fdc
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/lib/Dialect/StandardOps/Transforms/TensorConstantBufferize.cpp
Log Message:
-----------
[MLIR] Tighten type constraint on memref.global op def
Tighten the def of memref.global op to use the right kind of TypeAttr
(of MemRefType).
Differential Revision: https://reviews.llvm.org/D109822
More information about the All-commits
mailing list