[all-commits] [llvm/llvm-project] 4f7585: [NFC] Generically resolve body in FunctionOpInterf...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Wed Apr 13 20:59:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f7585195d59877624ecaab003131e1662b4f5b2
      https://github.com/llvm/llvm-project/commit/4f7585195d59877624ecaab003131e1662b4f5b2
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2022-04-13 (Wed, 13 Apr 2022)

  Changed paths:
    M mlir/include/mlir/IR/FunctionInterfaces.td

  Log Message:
  -----------
  [NFC] Generically resolve body in FunctionOpInterface verifyBody.

Since the actual implementation class can arbitrarily shadow parts of the FunctionOpInterface exported API, access the body generically instead of via the use of the interface being defined.

Fixes https://github.com/llvm/llvm-project/issues/54807

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




More information about the All-commits mailing list