Skip to content

Commit 19f42d0

Browse files
committed
[AMDGPU] Only add assert.
1 parent 1d2021a commit 19f42d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,6 @@ void GCNHazardRecognizer::AdvanceCycle() {
419419
void GCNHazardRecognizer::RecedeCycle() {
420420
assert(!IsHazardRecognizerMode &&
421421
"Bottom-up scheduling shouldn't run in hazard recognizer mode");
422-
if (ST.getGeneration() < AMDGPUSubtarget::GFX11)
423-
report_fatal_error("Hazard recognizer does not support bottom-up "
424-
"scheduling on pre‑GFX11.");
425422
}
426423

427424
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)