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 554b9c4 commit 86142caCopy full SHA for 86142ca
llvm/test/Transforms/InstCombine/cabs-discrete.ll
@@ -141,7 +141,7 @@ define fp128 @fast_cabsl_neg_zero_imag(fp128 %real) {
141
; CHECK-NEXT: [[CABS:%.*]] = tail call fp128 @llvm.fabs.f128(fp128 [[REAL:%.*]])
142
; CHECK-NEXT: ret fp128 [[CABS]]
143
;
144
- %call = tail call fp128 @cabsl(fp128 %real, fp128 0xL80000000000000000000000000000000)
+ %call = tail call fp128 @cabsl(fp128 %real, fp128 -0xL00000000000000000000000000000000)
145
ret fp128 %call
146
}
147
0 commit comments