[PR #13] [MERGED] X86: Avoid converting EVEX to VEX when disp8 would be beneficial #13

Closed
opened 2026-02-18 19:21:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/llvm-mirror/pull/13
Author: @Whatcookie
Created: 5/27/2022
Status: Merged
Merged: 5/27/2022
Merged by: @undefined

Base: masterHead: master


📝 Commits (1)

  • 18ee4fe X86: Avoid converting EVEX to VEX when disp8 would be beneficial

📊 Changes

1 file changed (+646 additions, -0 deletions)

View changed files

📝 lib/Target/X86/X86EvexToVex.cpp (+646 -0)

📄 Description

Saves around 2% code size


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/llvm-mirror/pull/13 **Author:** [@Whatcookie](https://github.com/Whatcookie) **Created:** 5/27/2022 **Status:** ✅ Merged **Merged:** 5/27/2022 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`18ee4fe`](https://github.com/RPCS3/llvm-mirror/commit/18ee4fef3f16a11b229216056bd65e0440d68733) X86: Avoid converting EVEX to VEX when disp8 would be beneficial ### 📊 Changes **1 file changed** (+646 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Target/X86/X86EvexToVex.cpp` (+646 -0) </details> ### 📄 Description Saves around 2% code size --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-18 19:21:14 -05:00
yindo closed this issue 2026-02-18 19:21:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/llvm-mirror#13