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

Test commit to check lockdown app #19

Closed
wants to merge 1 commit into from

Conversation

tstellar
Copy link
Collaborator

No description provided.

@repo-lockdown
Copy link

repo-lockdown bot commented Jun 27, 2019

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Jun 27, 2019
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Jun 27, 2019
ghost referenced this pull request in upmem/llvm-project Oct 25, 2019
kelnos pushed a commit to kelnos/llvm-project that referenced this pull request Jan 20, 2021
Do not use Frame Pointer by default.
Also improve storing function argument from a7 register to a8 register.
Corrected funnel shift test.

Closes llvm#19
bcardosolopes pushed a commit to bcardosolopes/llvm-project that referenced this pull request Feb 14, 2023
Incorrect diagnostic can be emitted when using statement
expressions as a pattern substatement in an inspect with
a trailing `void` return type.

Add a specific check for the void return type. All other
cases are handled when we check for convertibility later
in semantic analysis.

fixes llvm#19
cmtice referenced this pull request May 3, 2023
https://llvm.org/docs/LangRef.html#llvm-powi-intrinsic
The max length of the integer power of `llvm.powi` intrinsic is 32, and
the value can be negative. If we use `int32_t` to store this value, `-Val`
will underflow when it is `INT32_MIN`

The issue was reported in D149033.
dvirtz added a commit to dvirtz/llvm-project that referenced this pull request Aug 29, 2023
ronchaine pushed a commit to ronchaine/llvm-project that referenced this pull request Mar 26, 2024
Incorrect diagnostic can be emitted when using statement
expressions as a pattern substatement in an inspect with
a trailing `void` return type.

Add a specific check for the void return type. All other
cases are handled when we check for convertibility later
in semantic analysis.

fixes llvm#19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant