[PATCH] D89497: [LegalizeTypes] Legalize vector rotate operations

Ryan Santhirarajan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 14:26:51 PDT 2020


rsanthir.quic created this revision.
rsanthir.quic added reviewers: RKSimon, craig.topper.
Herald added subscribers: llvm-commits, pengfei, hiraditya.
Herald added a project: LLVM.
rsanthir.quic requested review of this revision.

Lower vector rotate operations as long as the legalization occurs outside of LegalizeVectorOps.

This fixes https://bugs.llvm.org/show_bug.cgi?id=47320


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89497

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/AArch64/expand-vector-rot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89497.298467.patch
Type: text/x-patch
Size: 4063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201015/08e6f770/attachment.bin>


More information about the llvm-commits mailing list