[all-commits] [llvm/llvm-project] 838ddc: [CIR] Add support for indirect calls (#139748)

Sirui Mu via All-commits all-commits at lists.llvm.org
Tue May 20 03:11:40 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 838ddc28f222ae244626a827a433fd9235546d3d
      https://github.com/llvm/llvm-project/commit/838ddc28f222ae244626a827a433fd9235546d3d
  Author: Sirui Mu <msrlancern at gmail.com>
  Date:   2025-05-20 (Tue, 20 May 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenCall.cpp
    M clang/lib/CIR/CodeGen/CIRGenCall.h
    M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunctionInfo.h
    M clang/lib/CIR/CodeGen/CIRGenTypes.h
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/test/CIR/CodeGen/call.cpp
    M clang/test/CIR/IR/call.cir

  Log Message:
  -----------
  [CIR] Add support for indirect calls (#139748)

This PR adds support for indirect calls to the `cir.call` operation.



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