[PATCH] D113203: [AMDGPU] Small correction in SITargetLowering::performOrCombine()

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 13:19:25 PST 2021


kzhuravl added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/combine-reg-or-const.ll:1
+; RUN: llc  -mtriple=amdgcn-amd-amdhsa -o - %s | FileCheck %s
+
----------------
kzhuravl wrote:
> Can you auto generate this test before submitting?
Alternatively, you can add more checks for more context, thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113203



More information about the llvm-commits mailing list