[all-commits] [llvm/llvm-project] 2aa181: Disallow to apply the op & to const

Kiung Jung via All-commits all-commits at lists.llvm.org
Thu Apr 27 08:44:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2aa1818a767de86824018bb1709cc47b6344fbf9
      https://github.com/llvm/llvm-project/commit/2aa1818a767de86824018bb1709cc47b6344fbf9
  Author: Kiung Jung <answeqr at gmail.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
    M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
    M mlir/test/Dialect/EmitC/invalid_ops.mlir

  Log Message:
  -----------
  Disallow to apply the op & to const

Disallow to apply the operator & (address of) to emitc.constant operations.

Reviewed By: marbre, simon-camp

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




More information about the All-commits mailing list