[PATCH] D104792: [X86] Exclude invalid element types for bitcast/broadcast folding.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 04:41:21 PDT 2021


fhahn added inline comments.


================
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:
----------------
RKSimon wrote:
> nounwind
Thanks! I added unwind and I also added the same test to `avx2-vbroadcast.ll`


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