[PATCH] D151994: [AMDGPU] Add amdgpu_cs_chain[_preserve] CCs to IR & verifier
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 05:37:35 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/Verifier/amdgpu-cc.ll:217
+; CHECK-NEXT: ptr @inalloca_cc_amdgpu_cs_chain_preserve
+define amdgpu_cs_chain_preserve void @inalloca_cc_amdgpu_cs_chain_preserve(ptr inalloca(i32) %ptr) {
+ ret void
----------------
Is a regular pointer to the stack allowed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151994/new/
https://reviews.llvm.org/D151994
More information about the llvm-commits
mailing list