[all-commits] [llvm/llvm-project] e35413: [AMDGPU][CodeGen] Pre-commit test for gfx1250 Setr...
Lucas Ramirez via All-commits
all-commits at lists.llvm.org
Tue Jul 14 08:41:27 PDT 2026
Branch: refs/heads/users/lucas-rami/precommit-fix-vgpr-encoding-coissue
Home: https://github.com/llvm/llvm-project
Commit: e3541374dc6ce9536ab94b34bca070de6cc37415
https://github.com/llvm/llvm-project/commit/e3541374dc6ce9536ab94b34bca070de6cc37415
Author: Lucas Ramirez <lucas.rami at proton.me>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M llvm/test/CodeGen/AMDGPU/vgpr-set-msb-coissue.mir
Log Message:
-----------
[AMDGPU][CodeGen] Pre-commit test for gfx1250 Setreg hazard violation
Co-issue optimizations during the placement of `S_SET_VGPR_MSB`
instructions can create a situation where a `S_SET_VGPR_MSB` appears
directly after a `S_SETREG_IMM32_B32(MODE)`, silently dropping the
former and causing a hazard violation on gfx1250.
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