[all-commits] [llvm/llvm-project] 073ae0: AMDGPU: Fix broken broken negative test for gfx95...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 17 12:50:40 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 073ae08864b40310448289c6f40b95ca4f330444
https://github.com/llvm/llvm-project/commit/073ae08864b40310448289c6f40b95ca4f330444
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
Log Message:
-----------
AMDGPU: Fix broken broken negative test for gfx950 assembler (#129667) (#129686)
Fix's not rejecting global_load_lds_dwordx3 and x4 on other targets.
The encoded versions of instructions should not touch
SubtargetPredicate,
and only AssemblerPredicate.
(cherry picked from commit f319a6546613d65661e1ad1ef1a2a648cefee84b)
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