[all-commits] [llvm/llvm-project] 117ecd: [IRLinker] Replace CallInstr with CallBase

gulfemsavrun via All-commits all-commits at lists.llvm.org
Thu Jan 19 10:28:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 117ecdd5789e6efd28505a8b84680020fd935cd1
      https://github.com/llvm/llvm-project/commit/117ecdd5789e6efd28505a8b84680020fd935cd1
  Author: Gulfem Savrun Yeniceri <gulfem at google.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M llvm/lib/Linker/IRMover.cpp
    M llvm/test/Linker/drop-attribute.ll

  Log Message:
  -----------
  [IRLinker] Replace CallInstr with CallBase

This patch replaces CallInstr with CallBase to cover InvokeInstr
besides CallInstr while removing nocallback attribute on a call site.
It also extends drop-attribute.ll test to include a case for an invoke
instruction.

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




More information about the All-commits mailing list