We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d1c16 commit 0c12114Copy full SHA for 0c12114
llvm/test/Transforms/Attributor/nofpclass.ll
@@ -2681,6 +2681,15 @@ define <vscale x 4 x float> @scalable_splat_zero() {
2681
ret <vscale x 4 x float> zeroinitializer
2682
}
2683
2684
+; Verify we do not derive 'nofpclass(inf zero sub norm)' for the argument __x.
2685
+; See https://github.com/llvm/llvm-project/issues/78507
2686
+
2687
+define double @call_abs(double noundef %__x) {
2688
+entry:
2689
+ %abs = tail call double @llvm.fabs.f64(double %__x)
2690
+ ret double %abs
2691
+}
2692
2693
declare i64 @_Z13get_global_idj(i32 noundef)
2694
2695
attributes #0 = { "denormal-fp-math"="preserve-sign,preserve-sign" }
0 commit comments