[all-commits] [llvm/llvm-project] d2edff: [AMDGPU] PeepholeSDWA: Don't assume inst srcs are ...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Thu Oct 19 03:13:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2edff839d0da9cf84e0b78b1514d902abe1ab02
      https://github.com/llvm/llvm-project/commit/d2edff839d0da9cf84e0b78b1514d902abe1ab02
  Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
    M llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll

  Log Message:
  -----------
  [AMDGPU] PeepholeSDWA: Don't assume inst srcs are registers (#69576)

To fix that ticket we only needed to address the V_LSHLREV_B16 case, but
I did it for all insts just in case.

Fixes #66899




More information about the All-commits mailing list