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/07/10 16:44:59 UTC

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #6036: [LLVM/CPU] Terminate basic block after "ret" instruction

kparzysz-quic opened a new pull request #6036:
URL: https://github.com/apache/incubator-tvm/pull/6036


   `ret` is a terminator in LLVM IR and there should be no instructions in the basic block following it. When generating a `ret`, end the current block and start a new one.


----------------------------------------------------------------
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



[GitHub] [incubator-tvm] tqchen commented on pull request #6036: [LLVM/CPU] Terminate basic block after "ret" instruction

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6036:
URL: https://github.com/apache/incubator-tvm/pull/6036#issuecomment-656924042


   Thanks @kparzysz-quic !


----------------------------------------------------------------
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



[GitHub] [incubator-tvm] tqchen merged pull request #6036: [LLVM/CPU] Terminate basic block after "ret" instruction

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6036:
URL: https://github.com/apache/incubator-tvm/pull/6036


   


----------------------------------------------------------------
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