[all-commits] [llvm/llvm-project] 93afd8: [CIR] Upstream support for type aliases (#131912)

Andy Kaylor via All-commits all-commits at lists.llvm.org
Wed Mar 19 14:13:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93afd8f9ac69d08bd743ef668c59403362c05d7a
      https://github.com/llvm/llvm-project/commit/93afd8f9ac69d08bd743ef668c59403362c05d7a
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/test/CIR/CodeGen/array.cpp
    M clang/test/CIR/CodeGen/basic.c
    M clang/test/CIR/CodeGen/basic.cpp
    M clang/test/CIR/CodeGen/cast.cpp
    M clang/test/CIR/CodeGen/local-vars.cpp
    M clang/test/CIR/CodeGen/unary-expr-or-type-trait.cpp
    M clang/test/CIR/CodeGen/unary.cpp
    M clang/test/CIR/IR/array.cir
    M clang/test/CIR/IR/cast.cir
    M clang/test/CIR/IR/func.cir
    M clang/test/CIR/IR/global-var-linkage.cir
    M clang/test/CIR/IR/global.cir
    M clang/test/CIR/Lowering/func-simple.cpp
    M clang/test/CIR/Transforms/canonicalize.cir
    M clang/test/CIR/Transforms/scope.cir
    M clang/test/CIR/func-simple.cpp
    M clang/test/CIR/global-var-simple.cpp
    M clang/test/CIR/mlprint.c
    M clang/test/CMakeLists.txt

  Log Message:
  -----------
  [CIR] Upstream support for type aliases (#131912)

CIR uses aliases for standard integer types and void. This change adds
upstream support for those aliases and updates existing tests.



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