[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 07:40:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360541: [DAGCombiner] try to move bitcast after extract_subvector (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61806?vs=199167&id=199168#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D61806

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

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


More information about the llvm-commits mailing list