[PATCH] D124844: AMDGPU/GISel: Introduce custom legalization of G_MUL

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 01:03:25 PDT 2022


nhaehnle marked an inline comment as done.
nhaehnle added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-mad_64_32.mir:2
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
 # RUN: llc -march=amdgcn -mcpu=fiji -run-pass=regbankselect %s -verify-machineinstrs -o - -regbankselect-fast | FileCheck --check-prefixes=GFX8 %s
 # RUN: llc -march=amdgcn -mcpu=gfx90a -run-pass=regbankselect %s -verify-machineinstrs -o - -regbankselect-fast | FileCheck --check-prefixes=GFX9MI %s
----------------
arsenm wrote:
> I don't understand why this test change since you only touched the legalizer
Looks like this was a mistake during rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124844/new/

https://reviews.llvm.org/D124844



More information about the llvm-commits mailing list