[llvm] [AArch64] Generate DOT instructions from matching IR (PR #69583)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 03:52:58 PDT 2023
huntergr-arm wrote:
This pass works with a change to LoopVectorize (https://github.com/llvm/llvm-project/pull/69587) to match IR to SVE SDOT/UDOT instructions and increase the effective bandwidth of the loop.
It's downstream code I wrote 4 years ago that we're trying to upstream, so if a completely different approach for generating the dot instructions automatically would be preferable please let me know.
https://github.com/llvm/llvm-project/pull/69583
More information about the llvm-commits
mailing list