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

X86 Lea Instruction Expansion #1172

Merged
merged 23 commits into from
Nov 16, 2023
Merged

X86 Lea Instruction Expansion #1172

merged 23 commits into from
Nov 16, 2023

Conversation

tgiphil
Copy link
Member

@tgiphil tgiphil commented Nov 12, 2023

  1. Includes updates to the transformation/optimization template to source code generator.
  2. Renamed the IR namespace to IRBase to avoid conflicts.
  3. Fixes to the transformation templates

@tgiphil tgiphil added this to the 2.5 Release milestone Nov 12, 2023
@tgiphil tgiphil requested a review from AnErrupTion November 12, 2023 19:13
@tgiphil tgiphil self-assigned this Nov 12, 2023
@tgiphil tgiphil linked an issue Nov 12, 2023 that may be closed by this pull request
@tgiphil tgiphil changed the title X86 Lea Instruction Expansion (Part 1) X86 Lea Instruction Expansion Nov 16, 2023
@tgiphil tgiphil merged commit ef08353 into mosa:master Nov 16, 2023
65 checks passed
@tgiphil tgiphil deleted the 466-lea branch October 20, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

X86 Expanded LEA instruction
1 participant