[PATCH] D104792: [X86] Exclude invalid element types for bitcast/broadcast folding.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 01:50:01 PDT 2021
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM - with one minor - cheers!
================
Comment at: llvm/test/CodeGen/X86/avx-vbroadcast.ll:975
+define <8 x i16> @broadcast_x86_mmx(x86_mmx %tmp) {
+; X32-LABEL: broadcast_x86_mmx:
----------------
nounwind
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104792/new/
https://reviews.llvm.org/D104792
More information about the llvm-commits
mailing list