[PATCH] D130830: Don't widen shuffle element with AVX512
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 03:26:20 PDT 2022
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with a couple of minors
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:16867
+
+ return Shuffle;
};
----------------
revert this NFC - use the original return DAG.getVectorShuffle
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:17637
+
+ return Shuffle;
};
----------------
return DAG.getVectorShuffle
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130830/new/
https://reviews.llvm.org/D130830
More information about the llvm-commits
mailing list