[PATCH] D65538: [X86] Add DAG combine to fold any_extend_vector_inreg+truncstore to an extractelement+store

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 15:43:54 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367488: [X86] Add DAG combine to fold any_extend_vector_inreg+truncstore to an… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65538?vs=212659&id=212682#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65538

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/f16c-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/paddus.ll
  llvm/trunk/test/CodeGen/X86/psubus.ll
  llvm/trunk/test/CodeGen/X86/sadd_sat_vec.ll
  llvm/trunk/test/CodeGen/X86/ssub_sat_vec.ll
  llvm/trunk/test/CodeGen/X86/uadd_sat_vec.ll
  llvm/trunk/test/CodeGen/X86/usub_sat_vec.ll
  llvm/trunk/test/CodeGen/X86/vector-half-conversions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65538.212682.patch
Type: text/x-patch
Size: 51884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190731/b15dc542/attachment.bin>


More information about the llvm-commits mailing list