Skip to content

Commit 1a1ad5e

Browse files
authored
[AMD] NFC: Drop duplicated moveUpTranspose (#5168)
It was duplicated due to resolving merge conflicts.
1 parent 2e9d31b commit 1a1ad5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

third_party/amd/lib/TritonAMDGPUTransforms/ReorderInstructions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,6 @@ struct TritonAMDGPUReorderInstructionsPass
366366

367367
moveUpTranspose(funcOp);
368368

369-
moveUpTranspose(funcOp);
370-
371369
if (isPureMatmulProblem(funcOp)) {
372370
scheduleGlobalLoadLocalStore(funcOp);
373371
sinkSecondLoad(funcOp);

0 commit comments

Comments
 (0)