[PATCH] D114800: [PowerPC] Replace MFVSRLD with MFVSRD when the vector is symmetrical

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 19 06:59:21 PST 2022


nemanjai added a comment.

Something to consider when it comes to deciding where to do something like this is that any work we do on the SDAG:

1. Will be basic-block local obviously
2. Will not be useful in the future when we switch to GISel


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114800/new/

https://reviews.llvm.org/D114800



More information about the llvm-commits mailing list