tqchen commented on a change in pull request #8366:
URL: https://github.com/apache/tvm/pull/8366#discussion_r664543848
##########
File path: src/target/llvm/codegen_llvm.h
##########
@@ -161,13 +161,6 @@ class CodeGenLLVM : public ExprFunctor<llvm::Value*(const
PrimExpr&)>,
void VisitStmt_(const EvaluateNode* op) override;
protected:
- /*! \brief The storage information */
- struct StorageInfo {
- /*! \brief The storage scope */
- runtime::StorageScope scope;
- /*! \brief The alignment of allocation */
Review comment:
Let us keep the original data structure and leave alignment field here
for now, in case we need some update in the future
--
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]