[PATCH] D111652: [AMDGPU] Add more tests for build_vector
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 07:23:59 PDT 2021
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/build_vector.ll:4
+; RUN: llc < %s -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs | FileCheck %s --check-prefixes=SI,GFX8,ALL
+; RUN: llc < %s -mtriple=amdgcn-amd-amdpal -mcpu=gfx1030 -verify-machineinstrs | FileCheck %s --check-prefixes=GFX10,SI-DAG,ALL
----------------
Similarly this should be SI, not SI-DAG :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111652/new/
https://reviews.llvm.org/D111652
More information about the llvm-commits
mailing list