[all-commits] [llvm/llvm-project] 2a1f79: [MLIR] Fix import of invokes with mismatched varia...

Henrich Lauko via All-commits all-commits at lists.llvm.org
Wed Jan 29 01:43:22 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a1f79582f93505020339d47b0963d616541a6ab
      https://github.com/llvm/llvm-project/commit/2a1f79582f93505020339d47b0963d616541a6ab
  Author: Henrich Lauko <xlauko at mail.muni.cz>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M mlir/include/mlir/Target/LLVMIR/ModuleImport.h
    M mlir/lib/Target/LLVMIR/ModuleImport.cpp
    M mlir/test/Target/LLVMIR/Import/instructions.ll

  Log Message:
  -----------
  [MLIR] Fix import of invokes with mismatched variadic types (#124828)

This resolves the same issue addressed in
https://github.com/llvm/llvm-project/pull/124286, but for invoke
operations. The issue arose from duplicated logic for both imports. This
PR also refactors the common import code for call and invoke
instructions to mitigate issues in the future.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list