Skip to content

Commit 17f5b25

Browse files
committed
Address code review comments
Signed-off-by: Tiotto, Ettore <[email protected]>
1 parent a21d58d commit 17f5b25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

third_party/intel/lib/Analysis/AxisInfo.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,10 +559,6 @@ class LoadOpAxisInfoVisitor final : public AxisInfoVisitorImpl<triton::LoadOp> {
559559
// will also extend to output.
560560
AxisInfo ptrInfo = operands[0]->getValue();
561561

562-
llvm::errs() << "ptrInfo: ";
563-
ptrInfo.print(llvm::dbgs());
564-
llvm::dbgs() << "\n";
565-
566562
std::optional<AxisInfo> maskInfo;
567563
if (operands.size() > 1) {
568564
maskInfo = operands[1]->getValue();

0 commit comments

Comments
 (0)