-
https://alive2.llvm.org/ce/z/F_FZuv
```
; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(inaccessiblemem: write)
define noundef i1 @src17(i32 %1) local_unnamed_addr…
-
https://alive2.llvm.org/ce/z/hWyq7L
```
; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(inaccessiblemem: write)
define noundef i1 @src60(i32 noundef %0, i32 nounde…
-
https://alive2.llvm.org/ce/z/BbX4Ti
```
define noundef i1 @src23(i32 noundef %0) local_unnamed_addr #0 {
entry:
%1 = urem i32 %0, 3
%2 = icmp eq i32 %1, 0
tail call void @llvm.assume(i1 %2…
-
https://alive2.llvm.org/ce/z/JeUnka
```
define noundef i1 @src29(i64 noundef %0) local_unnamed_addr #1 {
entry:
%1 = trunc i64 %0 to i32
%2 = icmp ne i32 %1, 1
tail call void @llvm.assume(…
-
Многие организации используют свой ВПН для доступа к корпоративным ресурсам. Использование нескольких VPN подключений конфликтуют между собой.
На текущий момент приложение позволяет добавить либо IP…
-
Like the old one, update the files to those branches
-
https://alive2.llvm.org/ce/z/Kkq7Ad
```
; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(inaccessiblemem: write)
define noundef i1 @src49(ptr noundef %0, ptr nounde…
-
I met a tricky question. when i run a mission, it sometimes report the errors as following:
`socketStartConnect: Connect to 10.45.234.83 failed : Software caused connection abort`
![Image](https://g…
-
When using "improve" on sqrt(x*x), the returned result is x. The result should be abs(x), so the returned result has high error. The Herbie example at https://herbie.uwplse.org/ processes this corre…
-
Otherwise `signbit` is useless for generic code.
Xref #53964, which discusses the case of zero `x`.