[all-commits] [llvm/llvm-project] 749702: [AMDGPU] Remove dead early-out in GCNHazardRecognizer
Carl Ritson via All-commits
all-commits at lists.llvm.org
Thu Apr 29 16:57:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 749702fc6ba268cb0096c09393db51a20bb5eb0d
https://github.com/llvm/llvm-project/commit/749702fc6ba268cb0096c09393db51a20bb5eb0d
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
Log Message:
-----------
[AMDGPU] Remove dead early-out in GCNHazardRecognizer
Remove an early-out in wait state counting which can never be
taken.
Reviewed By: foad, rampitec
Differential Revision: https://reviews.llvm.org/D101520
More information about the All-commits
mailing list