[all-commits] [llvm/llvm-project] 6f9358: [AMDGPU][CodeGen] Fix `S_NOP` insertion during `S_...
Lucas Ramirez via All-commits
all-commits at lists.llvm.org
Tue Jul 14 10:34:44 PDT 2026
Branch: refs/heads/users/lucas-rami/fix-vgpr-encoding-coissue
Home: https://github.com/llvm/llvm-project
Commit: 6f93581104befeb66b1962ba0e34d17692dfb2f4
https://github.com/llvm/llvm-project/commit/6f93581104befeb66b1962ba0e34d17692dfb2f4
Author: Lucas Ramirez <lucas.rami at proton.me>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/test/CodeGen/AMDGPU/vgpr-set-msb-coissue.mir
Log Message:
-----------
[AMDGPU][CodeGen] Fix `S_NOP` insertion during `S_SET_VGPR_MSB` placement
The issue arises when co-issue optimizations move the initial insertion
position for `S_SET_VGPR_MSB` to an earlier spot, creating a mismatch
with the position used to determine whether a `S_NOP` is needed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list