[PATCH] D151995: [AMDGPU] Add llvm.amdgcn.cs.chain intrinsic to IR & verifier
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 05:35:54 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/Verifier/AMDGPU/intrinsic-amdgpu-cs-chain.ll:46
+ ret void
+}
----------------
Since you documented you aren't allowed to call these, check a callsite with the chain calling convention is rejected
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151995/new/
https://reviews.llvm.org/D151995
More information about the llvm-commits
mailing list