[PATCH] D158605: [AMDGPU] ISel for llvm.amdgcn.set.inactive.chain.arg
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 17:14:36 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/llvm.amdgcn.set.inactive.chain.arg.ll:54-55
+ ret void
+}
+
+define amdgpu_cs_chain void @set_inactive_chain_arg_64(ptr addrspace(1) %out, i64 %inactive, i64 %active) {
----------------
Is it worth adding some tests with SGPR inputs?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158605/new/
https://reviews.llvm.org/D158605
More information about the llvm-commits
mailing list