[all-commits] [llvm/llvm-project] 0e8f50: [AMDGPU] Mark V_SET_INACTIVE as defining SCC
Carl Ritson via All-commits
all-commits at lists.llvm.org
Thu Jan 28 16:47:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e8f50595e22eb3ca8762c16d07e2fba5757cb71
https://github.com/llvm/llvm-project/commit/0e8f50595e22eb3ca8762c16d07e2fba5757cb71
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.set.inactive.ll
M llvm/test/CodeGen/AMDGPU/wqm.mir
Log Message:
-----------
[AMDGPU] Mark V_SET_INACTIVE as defining SCC
V_SET_INACTIVE is implemented with S_NOT which clobbers SCC.
Mark sure it is marked appropriately.
Reviewed By: piotr
Differential Revision: https://reviews.llvm.org/D95509
More information about the All-commits
mailing list