[PATCH] D47993: [x86] fix mappings of cvttp2si x86 intrinsics to x86-specific nodes and isel patterns (PR37551)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 10 11:24:56 PDT 2018
spatel added inline comments.
================
Comment at: test/CodeGen/X86/avx-cvttp2si.ll:19-20
-; AVX512: # %bb.0:
-; AVX512-NEXT: vmovups (%rdi), %ymm0
-; AVX512-NEXT: vroundps $11, %ymm0, %ymm0
-; AVX512-NEXT: retq
----------------
Missing load folding for AVX512?
https://reviews.llvm.org/D47993
More information about the llvm-commits
mailing list