[all-commits] [llvm/llvm-project] 49a8f3: [CIR] Preserve attributes when converting call to ...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Wed Mar 11 15:56:40 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49a8f37e4b39bf82ca0424e040a10e8fbfcc5571
      https://github.com/llvm/llvm-project/commit/49a8f37e4b39bf82ca0424e040a10e8fbfcc5571
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2026-03-11 (Wed, 11 Mar 2026)

  Changed paths:
    M clang/lib/CIR/Dialect/Transforms/FlattenCFG.cpp
    A clang/test/CIR/CodeGen/invoke-attrs.cpp
    M clang/test/CIR/CodeGen/new-delete.cpp
    M clang/test/CIR/CodeGen/try-catch.cpp
    M clang/test/CIR/CodeGen/virtual-fn-calls-eh.cpp
    A clang/test/CIR/Transforms/flatten-preserve-attrs.cir

  Log Message:
  -----------
  [CIR] Preserve attributes when converting call to try_call (#185782)

This adds code to preserve any attributes, including parameter and
return value attributes, that were present on a call operation that is
being replaced with a try_call operation.



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