[all-commits] [llvm/llvm-project] 5a8ecd: [AMDGPU] More verifier checks for llvm.amdgcn.cs.c...
Diana via All-commits
all-commits at lists.llvm.org
Thu Aug 17 00:37:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a8ecd6456c8cd97df668abff8a82131fc99b7a4
https://github.com/llvm/llvm-project/commit/5a8ecd6456c8cd97df668abff8a82131fc99b7a4
Author: Diana Picus <Diana-Magda.Picus at amd.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/test/Verifier/AMDGPU/intrinsic-amdgpu-cs-chain.ll
Log Message:
-----------
[AMDGPU] More verifier checks for llvm.amdgcn.cs.chain
Check that the SGPR arguments have the `inreg` attribute and the VGPR
arguments don't.
Differential Revision: https://reviews.llvm.org/D156409
More information about the All-commits
mailing list