wrongtest commented on issue #10505: URL: https://github.com/apache/tvm/issues/10505#issuecomment-1061722276
Thanks for the great efforts! Here is my question: Whether we will have some SSA (or no-alias?) property on `Buffer` object in low-level tir? Previously we can treat every buffer var uniquely defined by `Allocate` and used by `Load`/`Store`/Opaque accesses. Now there seems to be some unclearness. For example, what if we create multiple buffers on the same buffer var associated by `Allocate` stmt? -- 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]
