[all-commits] [llvm/llvm-project] a0668a: [CIR] Upstream DynamicCastOp (#161734)

Andy Kaylor via All-commits all-commits at lists.llvm.org
Tue Oct 7 09:44:00 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0668a4915f70a920e0e691df5f4cf0946146b4a
      https://github.com/llvm/llvm-project/commit/a0668a4915f70a920e0e691df5f4cf0946146b4a
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-10-07 (Tue, 07 Oct 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/include/clang/CIR/Dialect/IR/CIRTypeConstraints.td
    M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    A clang/test/CIR/IR/dynamic-cast.cir
    A clang/test/CIR/IR/invalid-dyn-cast.cir

  Log Message:
  -----------
  [CIR] Upstream DynamicCastOp (#161734)

This adds the dialect handling for CIR_DynamicCastOp and
CIR_DynamicCastInfoAttr. Support for generating these operations from
source will be added in a later change.



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