We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trunc nuw X to i1
https://alive2.llvm.org/ce/z/Dv8-HR
; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(inaccessiblemem: write) define i1 @src2(i64 noundef %1) local_unnamed_addr #0 { entry: %3 = icmp ne i64 %1, 0 tail call void @llvm.assume(i1 %3) %4 = trunc nuw i64 %1 to i1 ret i1 %4 } ; Function Attrs: mustprogress nofree norecurse nosync nounwind willreturn memory(none) define noundef i1 @tgt2(i64 %1) local_unnamed_addr #2 { entry: ret i1 true }
tests/meilisearch-rs/optimized/2cgldv3iwsojn360.ll
The text was updated successfully, but these errors were encountered:
tests/meilisearch-rs/optimized/2eqafq69fd46y14a.ll
Sorry, something went wrong.
tests/rustfmt-rs/optimized/3xcdaapyewyrfogi.ll
Closed by llvm/llvm-project#119131
No branches or pull requests
https://alive2.llvm.org/ce/z/Dv8-HR
tests/meilisearch-rs/optimized/2cgldv3iwsojn360.ll
The text was updated successfully, but these errors were encountered: