[all-commits] [llvm/llvm-project] fa072b: [CIR] Add lowering for Func, Return, Alloca, Load, ...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Tue Mar 4 14:50:57 PST 2025


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

  Changed paths:
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
    A clang/test/CIR/Lowering/basic.cpp
    A clang/test/CIR/Lowering/func-simple.cpp
    M clang/test/CIR/Lowering/global-var-simple.cpp

  Log Message:
  -----------
  [CIR] Add lowering for Func, Return, Alloca, Load, and Store (#129571)

Add support for lowering recently upstreamed CIR ops to LLVM IR.



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