[PATCH] D71956: [X86] Improve v2i64->v2f32 and v4i64->v4f32 uint_to_fp on avx and avx2 targets.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 29 02:57:56 PST 2019
craig.topper marked an inline comment as done.
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll:649
+; AVX1-64-NEXT: vpxor %xmm1, %xmm1, %xmm1
+; AVX1-64-NEXT: vpcmpgtq %ymm0, %ymm1, %ymm1
+; AVX1-64-NEXT: vpbroadcastq {{.*#+}} ymm2 = [1,1,1,1]
----------------
RKSimon wrote:
> AVX1 is using vpcmpgtq for ymm ?
Looks like the llc part of the command line is really avx2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71956/new/
https://reviews.llvm.org/D71956
More information about the llvm-commits
mailing list