Skip to content
View dianqk's full-sized avatar

Organizations

@rust-lang @llvm

Block or report dianqk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dianqk/README.md

Hi there 👋

During my spare time, I engage in various activities:

  • Addressing LLVM issues.
  • Addressing Rust issues labeled as A-LLVM or A-mir-opt.
  • Developing the Ruslin note-taking application.
  • Expanding my knowledge of programming languages.
  • Learning Neovim.
  • Improving my English language skills.
  • Playing Splatoon 3.

If you need to contact me for any reason, feel free to send me an email at [email protected].

Alternative contact methods:

If I don't reply, please add "ping" to the email subject line, which will bypass the spam list. Please do not use this rule to send advertisements.

You can check my potential spare time by opening Google Calendar.

Pinned Loading

  1. llvm/llvm-project Public

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    LLVM 31.7k 13.1k

  2. rust-lang/rust Public

    Empowering everyone to build reliable and efficient software.

    Rust 102k 13.2k

  3. ruslin-note/ruslin-android Public

    A simple notes application that supports syncing notes using a self-hosted Joplin server.

    Kotlin 180 11

361 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to rust-lang/rust, llvm/llvm-project, rust-lang/rustc-dev-guide and 21 other repositories
Loading A graph representing dianqk's contributions from March 24, 2024 to March 30, 2025. The contributions are 43% commits, 28% code review, 23% pull requests, 6% issues.

Contribution activity

March 2025

Created a pull request in llvm/llvm-project that received 12 comments

[TailDuplicator] Determine if computed gotos using blockaddress

Using blockaddress should be more reliable than determining if an operand comes from a jump table index. Alternative: Add the MachineInstr::MIFlag:…

+203 −89 lines changed 12 comments
Opened 2 other pull requests in 2 repositories
Reviewed 3 pull requests in 3 repositories

Created an issue in llvm/llvm-project that received 2 comments

isGuaranteedNotToBeUndefOrPoison is taking too long to execute

Using the script can reproduce this: #!/usr/bin/env bash num_switches="$1" cat <<EOF define i64 @foo(i64 noundef %i) { start: br label %loop loop:

2 comments
Loading