[all-commits] [llvm/llvm-project] c254b0: [MLIR] Introduce std.global_memref and std.get_glo...
    Rahul Joshi via All-commits 
    all-commits at lists.llvm.org
       
    Mon Nov  2 13:43:44 PST 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c254b0bb69635c8fb896e27452351234dacac178
      https://github.com/llvm/llvm-project/commit/c254b0bb69635c8fb896e27452351234dacac178
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-11-02 (Mon, 02 Nov 2020)
  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/include/mlir/IR/OpImplementation.h
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/lib/Parser/AttributeParser.cpp
    M mlir/lib/Parser/Parser.cpp
    M mlir/lib/Parser/Parser.h
    M mlir/test/Dialect/Standard/invalid.mlir
    M mlir/test/Dialect/Standard/ops.mlir
  Log Message:
  -----------
  [MLIR] Introduce std.global_memref and std.get_global_memref operations.
- Add standard dialect operations to define global variables with memref types and to
  retrieve the memref for to a named global variable
- Extend unit tests to test verification for these operations.
Differential Revision: https://reviews.llvm.org/D90337
    
    
More information about the All-commits
mailing list