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
From: rust-lang/rust#116272
define i8 @src(i32) { start: switch i32 %0, label %bb2 [ i32 0, label %bb5 i32 1, label %bb4 i32 255, label %bb1 ] bb2: ; preds = %start unreachable bb4: ; preds = %start br label %bb5 bb1: ; preds = %start br label %bb5 bb5: ; preds = %start, %bb1, %bb4 %.0 = phi i8 [ -1, %bb1 ], [ 1, %bb4 ], [ 0, %start ] ret i8 %.0 } define i8 @tgt(i32) { %_2 = trunc i32 %0 to i8 ret i8 %_2 }
https://alive2.llvm.org/ce/z/cT9KrY
The text was updated successfully, but these errors were encountered:
rustc
dtcxzyw
Successfully merging a pull request may close this issue.
From: rust-lang/rust#116272
https://alive2.llvm.org/ce/z/cT9KrY
The text was updated successfully, but these errors were encountered: