[all-commits] [llvm/llvm-project] b0bd94: [Instrumentor] Add runtime examples: [2/N] A FP pr...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Jun 22 18:27:15 PDT 2026
Branch: refs/heads/users/jdoerfert/instrumentor_precision_analysis
Home: https://github.com/llvm/llvm-project
Commit: b0bd945813aee6537fdc96bbe9e1d3e1018f001e
https://github.com/llvm/llvm-project/commit/b0bd945813aee6537fdc96bbe9e1d3e1018f001e
Author: Johannes Doerfert <jdoerfert.llvm at gmail.com>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M compiler-rt/lib/instrumentor-examples/CMakeLists.txt
M compiler-rt/lib/instrumentor-examples/README.md
A compiler-rt/lib/instrumentor-examples/precision-analysis/CMakeLists.txt
A compiler-rt/lib/instrumentor-examples/precision-analysis/precision_analysis_config.json
A compiler-rt/lib/instrumentor-examples/precision-analysis/precision_analysis_runtime.cpp
M compiler-rt/test/instrumentor-examples/CMakeLists.txt
M compiler-rt/test/instrumentor-examples/lit.cfg.py
A compiler-rt/test/instrumentor-examples/precision_detailed.c
A compiler-rt/test/instrumentor-examples/precision_fp16_overflow.c
A compiler-rt/test/instrumentor-examples/precision_mixed.c
A compiler-rt/test/instrumentor-examples/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