[all-commits] [llvm/llvm-project] 1badbb: [AMDGPU] Fix copy-paste in hasNon16BitAccesses OpI...

Arseniy Obolenskiy via All-commits all-commits at lists.llvm.org
Fri Jun 12 06:40:25 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1badbb2a77f6937c9af84a694e1d949c7952b744
      https://github.com/llvm/llvm-project/commit/1badbb2a77f6937c9af84a694e1d949c7952b744
  Author: Arseniy Obolenskiy <arseniy.obolenskiy at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp

  Log Message:
  -----------
  [AMDGPU] Fix copy-paste in hasNon16BitAccesses OpIs16Bit check (#203499)

OpIs16Bit tested TempOtherOp width instead of TempOp, mismatching
symmetric OtherOpIs16Bit clause

No observed miscompiles or direct issues to due to that so far



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