Skip to content
View Maiowaa's full-sized avatar

Block or report Maiowaa

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Maiowaa/README.md

Hi, I'm Kushagar Sood

Computer Science student at Manipal Institute of Technology.

Interests

  • Compiler Engineering
  • Systems Programming
  • Quantum Computing
  • Parallel Computing
  • Distributed Systems

Open Source

LLVM Contributor

Merged optimization into LLVM InstCombine:

PR #191723

Generalized:

zext(add X, -C) + C -> zext(X)

Verified with Alive2 and accepted upstream.

Featured Projects

  • QuantumGas — LLVM-inspired quantum compiler
  • RedisC — Redis-like in-memory datastore
  • MiniLang Compiler
  • EmpathyMetric AI

Pinned Loading

  1. empathymetric-ai empathymetric-ai Public

    advanced emotion classification with 94% accuracy using pre-trained RoBERTa. FastAPI backend, modern UI. Real-time predictions for 6 emotions.

    HTML

  2. MiniLang-Compiler MiniLang-Compiler Public

    Python

  3. redisc redisc Public

    Redis-like in-memory data store built from scratch in Python

    Python

  4. CompilerPass CompilerPass Public

    Python