Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X s< 0 || X == 1 implies X != 0 #77

Open
dtcxzyw opened this issue Dec 1, 2024 · 0 comments
Open

X s< 0 || X == 1 implies X != 0 #77

dtcxzyw opened this issue Dec 1, 2024 · 0 comments

Comments

@dtcxzyw
Copy link
Owner

dtcxzyw commented Dec 1, 2024

https://alive2.llvm.org/ce/z/EmsjmG

define noundef i1 @src57(i32 noundef %0) local_unnamed_addr #0 {
entry:
  %1 = icmp slt i32 %0, 0
  %2 = icmp eq i32 %0, 1
  %3 = or i1 %1, %2
  tail call void @llvm.assume(i1 %3)
  %4 = icmp eq i32 %0, 0
  ret i1 %4
}

; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none)
define noundef i1 @tgt57(i32 %0) local_unnamed_addr #2 {
entry:
  ret i1 false
}

tests/cmake/optimized/archive_read_support_format_rar5.c.ll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant