[all-commits] [llvm/llvm-project] ecf419: [Verifier] Clarify supported storage bit width for...

Dmitry Sidorov via All-commits all-commits at lists.llvm.org
Mon Jul 13 10:05:07 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ecf41975d04e0a7f5bb0d62dbafa7da6e4c9e3a3
      https://github.com/llvm/llvm-project/commit/ecf41975d04e0a7f5bb0d62dbafa7da6e4c9e3a3
  Author: Dmitry Sidorov <Dmitry.Sidorov at amd.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M llvm/docs/LangRef.md
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/test/Verifier/arbitrary-fp-convert.ll
    M llvm/unittests/ADT/APFloatTest.cpp

  Log Message:
  -----------
  [Verifier] Clarify supported storage bit width for apfloat conversions (#209174)

Allow i4 for FP4, i6 for FP6 and i8 for FP8.

Assisted-by: Claude Code Opus 4.8



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