[PATCH] D37669: [X86][intrinsics] lower _mm[256|512]_mask[z]_set1_epi[8|16|32|64] intrinsic to IR
jina via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 05:14:58 PDT 2017
jina.nahias added inline comments.
================
Comment at: test/CodeGen/X86/avx512-intrinsics-upgrade.ll:2
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
----------------
craig.topper wrote:
> Can you add a 32-bit mode run line here? I want to make sure we handle this well.
the current generated code for 32-bit is not optimal, 32-bit needs some more work which will be in a following patch .
https://reviews.llvm.org/D37669
More information about the llvm-commits
mailing list