cbalint13 opened a new pull request, #15953:
URL: https://github.com/apache/tvm/pull/15953
This allows printing of the LLVM function real name in TIR printer.
Prior to this a counter intuitive T.int32() value was printed instead of the
real name.
---
#### Changes
Before: ```T.call_llvm_pure_intrin("int32x4", T.uint32(62), T.uint32(0))```
After: ```T.call_llvm_pure_intrin("int32x4", "llvm.donothing",
T.uint32(0))```
This is part of #15918 .
--
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]