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

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


  Branch: refs/heads/users/xlauko/cir-float-type-constraints
  Home:   https://github.com/llvm/llvm-project
  Commit: 88149b4832f7a162854edde12975d877f0958ff8
      https://github.com/llvm/llvm-project/commit/88149b4832f7a162854edde12975d877f0958ff8
  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