[PATCH] D107052: [AMDGPU] Autogenerate checks in kernel-args.ll
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 07:40:58 PDT 2021
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
Thanks. Non-AMDGPU-specific part this looks fine to me.
Not sure if @arsenm/etc want to stamp this, or if this needs review at all.
For context, this makes the diff in D106447 <https://reviews.llvm.org/D106447> much more non-unreadable/misleading.
================
Comment at: llvm/test/CodeGen/AMDGPU/kernel-args.ll:1
-; RUN: llc < %s -march=amdgcn -verify-machineinstrs | FileCheck -allow-deprecated-dag-overlap -enable-var-scope --check-prefixes=SI,GCN,MESA-GCN,FUNC %s
-; RUN: llc < %s -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs | FileCheck -allow-deprecated-dag-overlap -enable-var-scope -check-prefixes=VI,GCN,MESA-VI,MESA-GCN,FUNC %s
----------------
foad wrote:
> I removed -allow-deprecated-dag-overlap and -enable-var-scope because I didn't know what they were for.
These don't really matter for autogenerated check lines
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107052/new/
https://reviews.llvm.org/D107052
More information about the llvm-commits
mailing list