[all-commits] [llvm/llvm-project] 3bb799: [mlir] Add global_load and global_store ops to ml_...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Wed Jun 1 11:33:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bb7999339c5929b7b5db2949e5faca9dbb906ad
      https://github.com/llvm/llvm-project/commit/3bb7999339c5929b7b5db2949e5faca9dbb906ad
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/MLProgram/IR/CMakeLists.txt
    M mlir/include/mlir/Dialect/MLProgram/IR/MLProgram.h
    M mlir/include/mlir/Dialect/MLProgram/IR/MLProgramBase.td
    M mlir/include/mlir/Dialect/MLProgram/IR/MLProgramOps.td
    A mlir/include/mlir/Dialect/MLProgram/IR/MLProgramTypes.h
    A mlir/include/mlir/Dialect/MLProgram/IR/MLProgramTypes.td
    M mlir/lib/Dialect/MLProgram/IR/CMakeLists.txt
    M mlir/lib/Dialect/MLProgram/IR/MLProgramDialect.cpp
    M mlir/lib/Dialect/MLProgram/IR/MLProgramOps.cpp
    M mlir/test/Dialect/MLProgram/invalid.mlir
    M mlir/test/Dialect/MLProgram/ops.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir] Add global_load and global_store ops to ml_program.

* Adds simple, non-atomic, non-volatile, non-synchronized direct load/store ops.

Differential Revision: https://reviews.llvm.org/D126230




More information about the All-commits mailing list