Open Quuxplusone opened 6 years ago
Currently clang has no front-end support for the llvm.experimental.vector.reduce intrinsics. It would be great to be able to use these from clang directly.
[Bug #47506] adds x86-specific intrinsics (just for 512-bit vectors) but it shouldn't be much work to generalize these to work for any vector type.
Currently clang has no front-end support for the llvm.experimental.vector.reduce intrinsics. It would be great to be able to use these from clang directly.