[all-commits] [llvm/llvm-project] 7d5c6d: AMDGPU: Remove most manual AVLdSt decoder code

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Sep 10 06:46:12 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/remove-most-av-ldst-decoder-code
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d5c6d4a6a35d008cd6a57fa98d8720ed57df85f
      https://github.com/llvm/llvm-project/commit/7d5c6d4a6a35d008cd6a57fa98d8720ed57df85f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-09-10 (Wed, 10 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp

  Log Message:
  -----------
  AMDGPU: Remove most manual AVLdSt decoder code

This was additional hacking around using incorrect register class
constraints for paired data operands. I'm not really sure why we
need any of what's left. In particular the IS_VGPR special case
seems backwards from how the encoding works.



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