[all-commits] [llvm/llvm-project] a16187: [CIR] Refactor type interfaces

Henrich Lauko via All-commits all-commits at lists.llvm.org
Fri Jun 27 07:39:33 PDT 2025


  Branch: refs/heads/users/xlauko/cir-cleanup-type-interfaces
  Home:   https://github.com/llvm/llvm-project
  Commit: a161874a4809d1702ba20849f95637d3702eed76
      https://github.com/llvm/llvm-project/commit/a161874a4809d1702ba20849f95637d3702eed76
  Author: xlauko <xlauko at mail.muni.cz>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
    M clang/include/clang/CIR/Dialect/IR/CIRTypes.h
    M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
    R clang/include/clang/CIR/Interfaces/CIRFPTypeInterface.h
    R clang/include/clang/CIR/Interfaces/CIRFPTypeInterface.td
    A clang/include/clang/CIR/Interfaces/CIRTypeInterfaces.h
    A clang/include/clang/CIR/Interfaces/CIRTypeInterfaces.td
    M clang/include/clang/CIR/Interfaces/CMakeLists.txt
    M clang/lib/CIR/CodeGen/CIRGenBuilder.cpp
    M clang/lib/CIR/CodeGen/CIRGenBuilder.h
    M clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp
    M clang/lib/CIR/CodeGen/CIRGenExprConstant.cpp
    M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
    M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
    R clang/lib/CIR/Interfaces/CIRFPTypeInterface.cpp
    A clang/lib/CIR/Interfaces/CIRTypeInterfaces.cpp
    M clang/lib/CIR/Interfaces/CMakeLists.txt
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/lib/CIR/Lowering/LoweringHelpers.cpp

  Log Message:
  -----------
  [CIR] Refactor type interfaces

- Generalizes CIRFPTypeInterface files to CIRTypeInterfaces for future type interfaces additions.
- Renames CIRFPTypeInterface to FPTypeInterface.
- Fixes FPTypeInterface tablegen prefix.

This mirrors incubator changes from https://github.com/llvm/clangir/pull/1713



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