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

Henrich Lauko via All-commits all-commits at lists.llvm.org
Thu May 1 03:48:50 PDT 2025


  Branch: refs/heads/users/xlauko/cir-float-type-constraints
  Home:   https://github.com/llvm/llvm-project
  Commit: 17f61b87ef55bbbc8031064deb46579c72d44ec8
      https://github.com/llvm/llvm-project/commit/17f61b87ef55bbbc8031064deb46579c72d44ec8
  Author: xlauko <xlauko at mail.muni.cz>
  Date:   2025-05-01 (Thu, 01 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

  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