[all-commits] [llvm/llvm-project] fbbee1: [CIR] Refactor floating point type constraints

Henrich Lauko via All-commits all-commits at lists.llvm.org
Fri May 2 00:17:47 PDT 2025


  Branch: refs/heads/users/xlauko/cir-float-type-constraints
  Home:   https://github.com/llvm/llvm-project
  Commit: fbbee19aa597583de7740bd293ee8a2ecd65a430
      https://github.com/llvm/llvm-project/commit/fbbee19aa597583de7740bd293ee8a2ecd65a430
  Author: xlauko <xlauko at mail.muni.cz>
  Date:   2025-05-02 (Fri, 02 May 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIRTypeConstraints.td
    M clang/include/clang/CIR/Dialect/IR/CIRTypes.h
    M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
    M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
    A clang/test/CIR/IR/invalid-long-double.cir

  Log Message:
  -----------
  [CIR] Refactor floating point type constraints

- This cleans up moves cir floating point type constraints to dedicated constraints file, and fixes long double verifier to use constraints directly.
- Renames `CIR_AnyFloat` to `CIR_AnyFloatType`.

This mirrors inbubator changes from https://github.com/llvm/clangir/pull/1594



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