[PATCH] D95741: [RISCV] Optimize sign-extended EXTRACT_VECTOR_ELT nodes

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 30 10:36:31 PST 2021


craig.topper added a comment.

Would it still work if we let scalar types promote using the default type legalization and instead just Custom handle the vector type and change the opcode from LegalizeDAG?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95741



More information about the llvm-commits mailing list