[all-commits] [llvm/llvm-project] a440b0: Use Opaque location for handling deferred referenc...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Tue Jan 18 12:44:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a440b0404f8625984389db9ee102ba308754747a
      https://github.com/llvm/llvm-project/commit/a440b0404f8625984389db9ee102ba308754747a
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M mlir/include/mlir/IR/BuiltinLocationAttributes.td
    M mlir/include/mlir/IR/Location.h
    M mlir/lib/Parser/Parser.cpp

  Log Message:
  -----------
  Use Opaque location for handling deferred references to aliases internally to the parser (NFC)

This will allow to return to the client of `parseLocationInstance` a location that is resolved later.

Reviewed By: rriddle

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




More information about the All-commits mailing list