Recently, I want to utilize HVX instructions when generating assemblys for Hexagon.
While I noticed the description in the TVM target, that floating point support in HVX requires LLVM 14+.
My LLVM version is 12.0.1, and HVX support for int is really no problem, as I can see instructions like vmpyie in assembly.
However, even I update my LLVM to 14.0.6, HVX support for floating points still seems not implemented? I still don’t see any HVX instructions in the generated assemblys.
Was it because I missed sth. for the target?