[all-commits] [llvm/llvm-project] bb5144: [llubi] Initial support for floating-point numbers...
Zhige Chen via All-commits
all-commits at lists.llvm.org
Tue May 5 06:11:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb51440ffe693007fee40df9c9227432ebc5e0f0
https://github.com/llvm/llvm-project/commit/bb51440ffe693007fee40df9c9227432ebc5e0f0
Author: Zhige Chen <zhigec_cpp at outlook.com>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
A llvm/test/tools/llubi/deterministic.ll
A llvm/test/tools/llubi/fp_arith_bfloat.ll
A llvm/test/tools/llubi/fp_arith_double.ll
A llvm/test/tools/llubi/fp_arith_float.ll
A llvm/test/tools/llubi/fp_arith_fp128.ll
A llvm/test/tools/llubi/fp_arith_fp80.ll
A llvm/test/tools/llubi/fp_arith_half.ll
A llvm/test/tools/llubi/fp_arith_ppc_fp128.ll
A llvm/test/tools/llubi/fp_cast.ll
A llvm/test/tools/llubi/fp_cmp.ll
A llvm/test/tools/llubi/fp_denorm.ll
A llvm/test/tools/llubi/fp_fastmath.ll
A llvm/test/tools/llubi/fp_nan_preferred.ll
A llvm/test/tools/llubi/fp_nan_quieting.ll
A llvm/test/tools/llubi/fp_nan_target_specific_sparc.ll
A llvm/test/tools/llubi/fp_nan_target_specific_wasm32.ll
A llvm/test/tools/llubi/fp_nan_target_specific_x86_64_linux.ll
A llvm/test/tools/llubi/fp_nan_unchanged.ll
A llvm/test/tools/llubi/fp_phi_select.ll
M llvm/tools/llubi/lib/Context.cpp
M llvm/tools/llubi/lib/Context.h
M llvm/tools/llubi/lib/Interpreter.cpp
M llvm/tools/llubi/llubi.cpp
Log Message:
-----------
[llubi] Initial support for floating-point numbers (#188453)
Implements basic floating-point instructions and fast-math flags
handling in `phi` and `select`.
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