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
%struct.anon = type { i32, i32 } define i32 @a(%struct.anon %r, double %s) nounwind { %tmp = extractvalue %struct.anon %r, 0 ret i32 %tmp }
The text was updated successfully, but these errors were encountered:
Bleh, accidentally pressed the file bug button too early; I'll try again.
Sorry, something went wrong.
Merge pull request llvm#2763 from april_2021_analyzer_cherry_picks
df76373
Static analyzer cherry picks llvm#21
No branches or pull requests
Extended Description
%struct.anon = type { i32, i32 }
define i32 @a(%struct.anon %r, double %s) nounwind {
%tmp = extractvalue %struct.anon %r, 0
ret i32 %tmp
}
The text was updated successfully, but these errors were encountered: