[all-commits] [llvm/llvm-project] 8ae6b6: [Instrumentor] Add runtime examples: [2/N] A FP pr...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Wed Jun 24 10:29:00 PDT 2026


  Branch: refs/heads/users/jdoerfert/instrumentor_precision_analysis
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ae6b68d0e13b54da0d276b0ea75064d3b96422e
      https://github.com/llvm/llvm-project/commit/8ae6b68d0e13b54da0d276b0ea75064d3b96422e
  Author: Johannes Doerfert <jdoerfert.llvm at gmail.com>
  Date:   2026-06-24 (Wed, 24 Jun 2026)

  Changed paths:
    M compiler-rt/lib/instrumentor-tools/CMakeLists.txt
    A compiler-rt/lib/instrumentor-tools/fp-precision-analysis/CMakeLists.txt
    A compiler-rt/lib/instrumentor-tools/fp-precision-analysis/fp_precision_analysis_config.json
    A compiler-rt/lib/instrumentor-tools/fp-precision-analysis/fp_precision_analysis_runtime.cpp
    M compiler-rt/test/instrumentor-tools/CMakeLists.txt
    M compiler-rt/test/instrumentor-tools/lit.cfg.py
    A compiler-rt/test/instrumentor-tools/precision_detailed.c
    A compiler-rt/test/instrumentor-tools/precision_fp16_overflow.c
    A compiler-rt/test/instrumentor-tools/precision_mixed.c
    A compiler-rt/test/instrumentor-tools/simple_precision.c

  Log Message:
  -----------
  [Instrumentor] Add runtime examples: [2/N] A FP precision analysis

Second example:
Check all floating point operations and track if they could be done at
lower precision.

Partially developped by Claude (AI), tested and verified by me.



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