[all-commits] [llvm/llvm-project] f4828c: [CIR] Add calling convention values to CIR_Calling...

Rana Pratap Reddy via All-commits all-commits at lists.llvm.org
Tue Apr 14 07:02:26 PDT 2026


  Branch: refs/heads/users/ranapratap55/cir-calling-conv-funcop
  Home:   https://github.com/llvm/llvm-project
  Commit: f4828c01dab17f23318c74fbbd6d230b170d7afb
      https://github.com/llvm/llvm-project/commit/f4828c01dab17f23318c74fbbd6d230b170d7afb
  Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
  Date:   2026-04-14 (Tue, 14 Apr 2026)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td

  Log Message:
  -----------
  [CIR] Add calling convention values to CIR_CallingConv


  Commit: 17b28ad90eb4bc6c321e46898c88c66c55994cde
      https://github.com/llvm/llvm-project/commit/17b28ad90eb4bc6c321e46898c88c66c55994cde
  Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
  Date:   2026-04-14 (Tue, 14 Apr 2026)

  Changed paths:
    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/CIRGenItaniumCXXABI.cpp
    M clang/lib/CIR/CodeGen/CIRGenModule.cpp
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    A clang/test/CIR/IR/calling-conv.cir
    A clang/test/CIR/Lowering/calling-conv.cir

  Log Message:
  -----------
  [CIR] Add calling_conv attribute to FuncOp with lowering support


  Commit: 38b4d0fd6ec8550785bc2a40244c6fe332854384
      https://github.com/llvm/llvm-project/commit/38b4d0fd6ec8550785bc2a40244c6fe332854384
  Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
  Date:   2026-04-14 (Tue, 14 Apr 2026)

  Changed paths:
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenCall.cpp
    M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
    M clang/lib/CIR/CodeGen/CIRGenModule.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp

  Log Message:
  -----------
  [CIR] Restore MissingFeatures asserts and fix OpenCLKernel handling


  Commit: aa32198db1e1e5c4fe99338c1566b827e6ca8146
      https://github.com/llvm/llvm-project/commit/aa32198db1e1e5c4fe99338c1566b827e6ca8146
  Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
  Date:   2026-04-14 (Tue, 14 Apr 2026)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp

  Log Message:
  -----------
  [CIR] Remove OpenCLKernel enum and updated the ordering to match llvm::CallingConv


Compare: https://github.com/llvm/llvm-project/compare/13060e169edc...aa32198db1e1

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