[all-commits] [llvm/llvm-project] 9f3d8e: [CIR] Upstream support for while and do..while loo...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Tue Apr 1 13:03:46 PDT 2025


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

  Changed paths:
    M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
    M clang/include/clang/CIR/Dialect/IR/CIRDialect.h
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/lib/CIR/CodeGen/CIRGenFunction.h
    M clang/lib/CIR/CodeGen/CIRGenStmt.cpp
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/test/CIR/CodeGen/loop.cpp
    M clang/test/CIR/Transforms/loop.cir

  Log Message:
  -----------
  [CIR] Upstream support for while and do..while loops (#133157)

This adds basic support for while and do..while loops. Support for break
and continue are left for a subsequent patch.



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