[all-commits] [llvm/llvm-project] 17a338: [AMDGPU] Test for in-order waitcnt insertion for b...
David Stuttard via All-commits
all-commits at lists.llvm.org
Thu Dec 2 06:26:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17a3385c3538530dc06851559a62eb8ec15f88d1
https://github.com/llvm/llvm-project/commit/17a3385c3538530dc06851559a62eb8ec15f88d1
Author: David Stuttard <david.stuttard at amd.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
A llvm/test/CodeGen/AMDGPU/waitcnt-bvh.mir
Log Message:
-----------
[AMDGPU] Test for in-order waitcnt insertion for bvh instructions
In-order bvh instructions don't require a waitcnt as order is
guaranteed.
However, waitcnt IS required for other image instruction types vs
bvh.
Pre-commit test for new functionality in https://reviews.llvm.org/D114794
Differential Revision: https://reviews.llvm.org/D114792
More information about the All-commits
mailing list