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

Merge tinygo-org/go-llvm upstream master to add LLVM 18 support #16

Merged
merged 5 commits into from
Jun 21, 2024

Conversation

aofei
Copy link
Member

@aofei aofei commented Jun 21, 2024

No description provided.

lcheylus and others added 5 commits April 24, 2024 12:06
@@ -937,8 +935,6 @@ func ConstFCmp(pred FloatPredicate, lhs, rhs Value) (v Value) {
}

func ConstShl(lhs, rhs Value) (v Value) { v.C = C.LLVMConstShl(lhs.C, rhs.C); return }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
func ConstShl(lhs, rhs Value) (v Value) { v.C = C.LLVMConstShl(lhs.C, rhs.C); return }
func ConstShl(lhs, rhs Value) (v Value) { v.C = C.LLVMConstShl(lhs.C, rhs.C); return }

If you have any questions about this comment, feel free to raise an issue here:

@xushiwei xushiwei merged commit 4dc1174 into goplus:goplus Jun 21, 2024
22 checks passed
@aofei aofei deleted the llvm-18 branch June 21, 2024 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants