Skip to content

Commit 1c72fb6

Browse files
authored
[NFC] Remove legacy TODO (#8520)
1 parent 3a832d6 commit 1c72fb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Conversion/TritonGPUToLLVM/ConvertLayoutOpToLLVM.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ struct ConvertLayoutOpConversion
2626
: public ConvertOpToLLVMPattern<ConvertLayoutOp> {
2727
const TargetInfoBase &targetInfo;
2828

29-
// Set benefit to 2 so that this pattern applies before other convert-layout
30-
// conversions. TODO(jlebar): Eventually we want this to be the only pattern.
3129
explicit ConvertLayoutOpConversion(LLVMTypeConverter &typeConverter,
3230
const TargetInfoBase &targetInfo,
3331
PatternBenefit benefit = 1)

0 commit comments

Comments
 (0)