We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
%arg
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
I tried the following code:
define i64 @src(i64 noundef %arg) { bb: switch i64 %arg, label %bb1 [ i64 0, label %bb2 i64 1, label %bb1 ] bb1: unreachable bb2: ret i64 %arg } define i64 @tgt(i64 noundef %arg) { bb: ret i64 0 }
We can know that %arg is zero.
alive2: https://alive2.llvm.org/ce/z/iqgz5F
The text was updated successfully, but these errors were encountered:
dianqk
No branches or pull requests
I tried the following code:
We can know that
%arg
is zero.alive2: https://alive2.llvm.org/ce/z/iqgz5F
The text was updated successfully, but these errors were encountered: