[PATCH] D120976: [AMDGPU] Add llvm.amdgcn.s.setprio intrinsic

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 01:13:39 PST 2022


foad added a comment.

LGTM.



================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.setprio.ll:1
+; Runs SDAG test with -global-isel
+; RUN: llc -global-isel -march=amdgcn -verify-machineinstrs < %S/../llvm.amdgcn.s.setprio.ll | FileCheck -check-prefix=GCN %S/../llvm.amdgcn.s.setprio.ll
----------------
I'd suggest just adding -global-isel run lines to the normal test. No need for this file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120976



More information about the llvm-commits mailing list