[llvm] [ConstandFolding][SVE] Do not fold fcmp of denormal without known mode. (PR #150614)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 26 01:01:42 PDT 2025
================
@@ -109,7 +109,8 @@ define <vscale x 2 x i1> @fold_fcmp_nondenormal_double_ieee_dynamic_scalable_vec
define <vscale x 2 x i1> @no_fold_fcmp_denormal_double_ieee_dynamic_scalaable_vector_splat() #0 {
----------------
dtcxzyw wrote:
```suggestion
define <vscale x 2 x i1> @no_fold_fcmp_denormal_double_ieee_dynamic_scalable_vector_splat() #0 {
```
https://github.com/llvm/llvm-project/pull/150614
More information about the llvm-commits
mailing list