[PATCH] D157970: [AMDGPU] Autogenerate the v_cndmask.ll and llvm.amdgcn.image.msaa.load.ll codegen tests.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 09:35:09 PDT 2023


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


================
Comment at: llvm/test/CodeGen/AMDGPU/v_cndmask.ll:3
+; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=SI %s
+; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=VI %s
+; RUN: llc -march=amdgcn -mcpu=gfx1010 -mattr=-flat-for-global,+wavefrontsize64 -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GFX10 %s
----------------
foad wrote:
> If you want to clean up old cruft you can remove `-mattr=-flat-for-global` when you convert to autogenerated checks.
Sure, done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157970



More information about the llvm-commits mailing list