cconvey commented on code in PR #11248:
URL: https://github.com/apache/tvm/pull/11248#discussion_r868163890


##########
src/tir/transforms/legalize_packed_calls.cc:
##########
@@ -111,8 +111,7 @@ class PackedCallLegalizer : public StmtExprMutator {
 
  private:
   IRModule mod_;
-  InputMap inputs_;      // Store the inputs to the primfunc that don't need 
to be packed.
-  int tvm_value_index_;  // Index of the actual tvm_value variable
+  InputMap inputs_;  // Store the inputs to the primfunc that don't need to be 
packed.

Review Comment:
   I think this line only changed because clang-format removed some white-space.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to