[PATCH] D79987: [DAG] SimplifyDemandedVectorElts Bug fix for rG7cb5a51f386d

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 25 06:56:35 PDT 2020


RKSimon added a comment.

Investigating further, I think adding a SimplifyMultipleUseDemandedBits call in the X86ISD::VBROADCAST case at the beginning of SimplifyDemandedVectorEltsForTargetNode would be a better solution going forward, and will help with the codegen in your test case. See the X86ISD::PACKS case for an example.


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

https://reviews.llvm.org/D79987





More information about the llvm-commits mailing list