[all-commits] [llvm/llvm-project] ae4342: AMDGPU/GlobalISel: Fix not selecting modifiers for...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Nov 17 18:51:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae43420f39f5fea798141bb76b0b68c3d5e9dede
      https://github.com/llvm/llvm-project/commit/ae43420f39f5fea798141bb76b0b68c3d5e9dede
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-sub-mul.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-sub-neg-mul.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/fma.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Fix not selecting modifiers for f16 fma on gfx9

VOP3OpSel wasn't trying to match any modifiers. Just try to match the
basic case, like the DAG does.




More information about the All-commits mailing list