[PATCH] D120976: [AMDGPU] Add llvm.amdgcn.s.setprio intrinsic
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 07:08:19 PST 2022
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.setprio.ll:19
+ call void @llvm.amdgcn.s.setprio(i32 2)
+ call void @llvm.amdgcn.s.setprio(i32 3)
+ ret void
----------------
Should test the maximum value (and beyond it too)
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