[PATCH] D156713: [AMDGPU] Add target features for GDS and GWS
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 14:37:32 PDT 2023
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AMDGPU/gds-unsupported.ll:1
+; RUN: not --crash llc -march=amdgcn -mcpu=gfx90a -verify-machineinstrs < %s 2>&1 | FileCheck %s
+
----------------
don't need -verify-machineinstrs
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156713/new/
https://reviews.llvm.org/D156713
More information about the llvm-commits
mailing list