[all-commits] [llvm/llvm-project] 765ac6: [mlir] Remove ReferTo attr constraint

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Sat Oct 1 17:19:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 765ac6e9dfe10ce5e38305080af49d05b99b1784
      https://github.com/llvm/llvm-project/commit/765ac6e9dfe10ce5e38305080af49d05b99b1784
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2022-10-01 (Sat, 01 Oct 2022)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td
    M mlir/test/IR/attribute.mlir
    M mlir/test/lib/Dialect/Test/TestOps.td

  Log Message:
  -----------
  [mlir] Remove ReferTo attr constraint

The current generation is unsafe as it is evaluated during verify
invocation rather than during verifySymbolUses. Remove until this is
safely generated.

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




More information about the All-commits mailing list