[all-commits] [llvm/llvm-project] c188e1: [CIR] Add vptr type and generate vptr field when n...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Fri Aug 1 12:10:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c188e1db6a4c469f5ad92c4ce088fd113335410f
      https://github.com/llvm/llvm-project/commit/c188e1db6a4c469f5ad92c4ce088fd113335410f
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
    M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
    M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
    A clang/test/CIR/CodeGen/virtual-function-calls.cpp

  Log Message:
  -----------
  [CIR] Add vptr type and generate vptr field when needed (#151377)

This adds a new CIR type, cir.vptr, and generates a field of that type
when a record is declared that requires a vptr member.



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