[PATCH] D151995: [AMDGPU] Add llvm.amdgcn.cs.chain intrinsic to IR & verifier

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 04:41:54 PDT 2023


rovka marked 5 inline comments as done.
rovka added inline comments.


================
Comment at: llvm/test/Verifier/AMDGPU/intrinsic-amdgpu-cs-chain.ll:46
+  ret void
+}
----------------
arsenm wrote:
> Since you documented you aren't allowed to call these, check a callsite with the chain calling convention is rejected 
There are tests for that at the very end of https://reviews.llvm.org/D151994
Or did you have something else in mind?


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