[all-commits] [llvm/llvm-project] 4e0153: Check for FunctionOpInterface when looking up a pa...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Jan 16 08:40:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e015324501dfcb57decd6c0639627c9edfd8c5a
      https://github.com/llvm/llvm-project/commit/4e015324501dfcb57decd6c0639627c9edfd8c5a
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/OpToFuncCallLowering.h
    M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir

  Log Message:
  -----------
  Check for FunctionOpInterface when looking up a parent function in GPU lowering

This makes it more robust when expanding code in other function than
func.func, like spv.func for example.

Fixes #60072




More information about the All-commits mailing list