[llvm] [llubi] Initial support for floating-point numbers (PR #188453)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 11:57:41 PDT 2026


================
@@ -0,0 +1,16 @@
+; NOTE: Assertions have been autogenerated by utils/update_llubi_test_checks.py UTC_ARGS: --version 6
+; RUN: llubi --ubi::NaNPropagationBehavior::TargetSpecificNaN --verbose < %s 2>&1 | FileCheck %s
----------------
dtcxzyw wrote:

This flag is a bit weird... Use `clEnumValN` to specify the flag name.

https://github.com/llvm/llvm-project/pull/188453


More information about the llvm-commits mailing list