tqchen opened a new pull request, #19797: URL: https://github.com/apache/tvm/pull/19797
## Summary Common bool, int32, and int64 scalar constants show up throughout TIR and related lowering code, and named constructors make these call sites easier to read than repeated DataType spelling. ## Changes - Add IntImm::Bool, IntImm::Int32, and IntImm::Int64 helpers. - Document make_const as the generic/vector construction helper. - Migrate deterministic scalar constant construction to the clearer APIs while keeping generic and vector-aware paths on make_const. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
