[PATCH] D61806: [DAGCombiner] try to move bitcast after extract_subvector

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 12 06:13:49 PDT 2019


spatel updated this revision to Diff 199167.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:
Use modulo of element counts for safety.


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

https://reviews.llvm.org/D61806

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/extractelement-fp.ll
  llvm/test/CodeGen/X86/madd.ll
  llvm/test/CodeGen/X86/oddshuffles.ll
  llvm/test/CodeGen/X86/sad.ll
  llvm/test/CodeGen/X86/vector-fshl-256.ll
  llvm/test/CodeGen/X86/vector-fshl-rot-256.ll
  llvm/test/CodeGen/X86/vector-fshr-256.ll
  llvm/test/CodeGen/X86/vector-fshr-rot-256.ll
  llvm/test/CodeGen/X86/vector-rotate-256.ll
  llvm/test/CodeGen/X86/vector-shift-ashr-256.ll
  llvm/test/CodeGen/X86/vector-shuffle-256-v4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61806.199167.patch
Type: text/x-patch
Size: 21722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190512/689b80b5/attachment.bin>


More information about the llvm-commits mailing list