Add vrcp, vrsqrt, vcvt, vmrg, and vshf intrinsic instructions and
regression tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think we can do a better job when it comes to the intrinsic attributes.. eg there should be nosync on all vector arithmetic intrinsics, also readnone inaccurately obscures the dependence of floating-point ops on the rounding/exception mode configured in the PSW register.