You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/04/09 02:32:57 UTC

[GitHub] [incubator-tvm] kparzysz-quic commented on a change in pull request #5282: [LLVM] Fix generation of LLVM intrinsics

kparzysz-quic commented on a change in pull request #5282: [LLVM] Fix generation of LLVM intrinsics
URL: https://github.com/apache/incubator-tvm/pull/5282#discussion_r405922346
 
 

 ##########
 File path: src/target/llvm/codegen_llvm.cc
 ##########
 @@ -698,21 +698,33 @@ llvm::Value* CodeGenLLVM::CreateIntrinsic(const CallNode* op) {
         sig_type.push_back(arg_value.back()->getType());
       }
     }
+    // LLVM's prefetch intrinsic returns "void", while TVM's prefetch
+    // returns int32. This causes problems because prefetch is one of
+    // those intrinsics that is generated automatically via the
 
 Review comment:
   Will do.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services